math
Syntax:
Number
Context Filtering: ✓ Yes
Parameters
Allowed Column Types for
number: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 1
- Maximum parameters: 2
Examples
25
25
25Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
MRound([number], multiple)
Number
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
number | number or column | ✓ Yes | The number to be rounded |
multiple | number | ✗ No | The multiple to round the number to |
number: INT, FLOAT, DECIMAL
MRound([Number])
MRound([Cost], 5)
MRound(23, 5)
25
MRound(27, 5)
25
MRound(23, -5)
25