$modulo
$modulo
operation / the remainder when dividing.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
num | number | Numbers to return the remainder of. | true |
Example(s)
This will return 2
as it’s the remainder of 5 % 3
:
$modulo
operation / the remainder when dividing.
Field | Type | Description | Required |
---|---|---|---|
num | number | Numbers to return the remainder of. | true |
This will return 2
as it’s the remainder of 5 % 3
: