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

Compare with Current View Page History

« Previous Version 7 Next »

This function returns x raised to the power y.

The input numbers x and number y cannot be both equal to 0 simultaneously.

Syntax
 pow(x,y) #Output: Number
Examples
Parser expressionDescription
pow(5,2)
This example returns 25.0
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