Calculation Formulas
Back to Calculation Formulas Overview
Back to Functions Overview
Function "Pow"
Pow(base, exp)
Function: Returns the value of the first argument raised to the power of the second argument.
Return-Type: Number
Arguments:
base - Type Number: The base argument.
exp - Type Number: The exponent argument.
Examples:
Pow(2, 8)
Pow(&BASE;, &EXPONENT;)