numeric →
lowest-common-multiple(
    value: integer
) → numeric

Returns the lowest common multiple (LCM) of the argument integer and the parameter integer. Returns null if the argument is not an integer.

Parameters

Name Type Required Description
value integer Yes The integer used to compute the lowest common multiple with the argument value.

Examples

10 | lowest-common-multiple(5)  10

Kind: Function
Scope: numeric/arithmetic
Aliases: numeric-to-lowest-common-multiple, least-common-multiple, smallest-common-multiple


This site uses Just the Docs, a documentation theme for Jekyll.