<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Mathematical functions > Pow() |
Calculate a number raised to a power, xy.
REGULAR FUNCTION
Result = Pow(X, Y)
X |
REAL |
Base value. If X < 0, –X is used. |
Y |
REAL |
Exponent. |
Result |
REAL |
Result of the calculations. |