pow
Raise a value to some exponent.
Example
#calc.pow(2, 3)

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
base
The base of the power.
exponent
The exponent of the power. Must be non-negative.