POW
The POW function is a mathematical function that raises a number to the power of another number. The result of the POW function is a real number.
Function Name |
POW |
Description |
Raises a number to the power of another number. |
Arguments |
POW(Value INTEGER or REAL, Power Value INTEGER or REAL) The Value integer or real number is the number that will be raised. The Power Value integer or real number defines the power by which the Value will be raised. For information on integers and real floating values—see Number (Integer or Real). |
Returns |
INTEGER or REAL. The value that is returned by the POW function is the input value to the power of the power value input. |
Example:
POW(6,10)
The output is 60466176.