POWER
The POWER function calculates x raised to the power of y.
- Syntax:
- mathlib->POWER (single-number-expression, single-number-expression)
- Meaning:
- mathlib->POWER (base_number, exponent_number)
- Returns:
- A single number item
The POWER function calculates x raised to the power of y.