math
Syntax:
Float
Context Filtering: ✓ Yes
Parameters
Allowed Column Types for
number: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 1
- Maximum parameters: 1
Examples
2.71828
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
Exp([number])
Float
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
number | number or column | ✓ Yes | The exponent to raise e to |
number: INT, FLOAT, DECIMAL
Exp(1)
2.71828
Exp([Exponent])