DRAFTThis page is not published. Only visible in development mode.
math module · Scalar Function

math::mod

Compute the modulo (remainder) of a division.

Syntax

RQL

Parameters

NameTypeDescription
aNumberThe dividend
bNumberThe divisor

Return Value

Returns a Number representing the remainder of the division.

Examples

$ Modulo operation
$ ctrl+enter to run

Related Functions