math
Syntax:
Number
Context Filtering: ✓ Yes
Parameters
Allowed Column Types for
number: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 1
- Maximum parameters: 2
Examples
3.1
1200Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
Round([number], [digits])
Number
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
number | number or column | ✓ Yes | Number to be rounded |
digits | number | ✗ No | Number of decimal places to round the number. If not provided, defaults to 0 |
number: INT, FLOAT, DECIMAL
Round([Cost])
Round(3.1, 2)
3.1
Round(1234, -2)
1200