Raises a number to the specified power Category:Documentation Index
Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
Float
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
number | number or column | ✓ Yes | The number or column of numbers to raise to the specified power |
power | number or column | ✓ Yes | The exponent to raise the number to |
number: INT, FLOAT, DECIMAL
Allowed Column Types for power: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 2
- Maximum parameters: 2
Examples
1
8
0.5