up Inquisit Language Reference

pow function

Returns the first argument to the power of the second argument

Member of

<global>

Syntax

pow(argument1, argument2)

Return Type

number

Parameters

Name Type Description
argument1 number The number to raise.
argument2 number The power to raise to.

Remarks

Examples


Copyright Millisecond Software, LLC. All rights reserved.