lcm() Function

Returns the least common multiple of the specified non-negative number(s), which is the smallest number that is a multiple of all the given numbers.

Syntax

lcm( number, … )

number: (Decimal Array) The list of non-negative numbers.

Returns

Decimal

Examples

lcm(5,10,15) returns 30

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK