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

math::lcm

Compute the least common multiple of two integers.

Syntax

RQL

Parameters

NameTypeDescription
aIntegerThe first integer
bIntegerThe second integer

Return Value

Returns an Integer representing the least common multiple.

Examples

$ Least common multiple
$ ctrl+enter to run

Related Functions