You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This function returns x raised to the power y.

x and y cannot be both equal to 0 simultaneously.

Syntax
 pow(number x, number y) #Output: Number
Examples
Parser expressionDescription
pow(5,2)
This example returns 25
Additional information

Parameters used in this function

ParameterInput (data type)Description
x

NUMBER

Any given number.
y

NUMBER

Any given number.
Output

This function returns a NUMBER