$pow

Returns of value of the first argument raised to the power of the second argument.
Syntax
    $pow{base}{exponent}
DocumentationReturns of value of the first argument raised to the power of the second argument:

    Parameters:
      base, the value to raised to the power of exponent.
      exponent, the exponent.
    Returns:
      the value of the base raised to the power of the exponent.
Examples
    $pow{3}{4}

    Result:
    81
GroupMath
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2