math
Syntax:
Number
Context Filtering: ✓ Yes
Parameters
Allowed Column Types for
number: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 1
- Maximum parameters: 2
Examples
3
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
Floor([number], [factor])
Number
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
number | number or column | ✓ Yes | The number or column of numbers to apply the function |
factor | number | ✗ No | The multiple to apply to the Floor function. Cannot be 0. Default is 1 |
number: INT, FLOAT, DECIMAL
Floor([Cost])
Floor(3.6)
3
Floor([Cost], 0.5)