power
Last updated: 8/28/2026
Returns the first argument to the power of the second argument.
Arguments
- Numeric value to multiply.
- Numeric value to use as exponent.
Examples
| Expression | Result |
|---|---|
| power(5,3) | 125.0 |
| Expression | Result |
|---|---|
| power(5,3) | 125.0 |