exp(X;Y)

Returns the first value raised to the power of the second value.

Syntax

exp(X;Y)

Input

Argument Type Description
X integer or decimal A numeric value
Y integer or decimal The power to raise X

Return Value

Returns a decimal number corresponding to X raised to the power of Y, or XY.

If X and/or Y is N/A, the result is N/A.

Sample Usage

X Y exp(X;Y)
2 3 8
2 5 32
10 4 10,000
4 -2 0.0625
NA 2 NA
8.0 NA NA
NA NA NA