math
Syntax:
Number
Context Filtering: ✓ Yes
Parameters
Allowed Column Types for
x: INT, FLOAT, DECIMAL
Allowed Column Types for y: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 2
- Maximum parameters: 2
Examples
4
2Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
Mod([x], [y])
Number
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
x | number or column | ✓ Yes | The dividend; the value that is divided |
y | number or column | ✓ Yes | The divisor; the value that is divided by. Non-zero |
x: INT, FLOAT, DECIMAL
Allowed Column Types for y: INT, FLOAT, DECIMAL
Mod([X], [Y])
Mod(19, 5)
4
Mod(2, 3)
2