POWER
Computes a ^ b (takes a to the b-th power).
Syntax
POWER(a,b)a, b (values) - numbers.
Sample Usage
POWER(2, 4)
POWER(A1, A2)Return Value
The result of raising a ^ b.
Notes
See Also
Last updated
Was this helpful?