Computes the remainder of a division operation, dividing the first value by the second value Category:Documentation Index
Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
Number
Context Filtering: ✓ Yes
Parameters
| 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
Validation
- Minimum parameters: 2
- Maximum parameters: 2
Examples
4
2