math
Syntax:
Float
Context Filtering: ✓ Yes
Parameters
Allowed Column Types for
number: INT, FLOAT, DECIMAL
Allowed Column Types for power: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 2
- Maximum parameters: 2
Examples
1
8
0.5Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
Power(number, power)
Float
Context Filtering: ✓ Yes
| 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
Power(2, 0)
1
Power(2, 3)
8
Power(2, -1)
0.5