Free cookie consent management tool by TermsFeed lcm() Function
lcm() Function

Function

lcm( number )

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.

Parameters

Keyword Type Description

number

Decimal Array

The list of non-negative numbers.

Returns

Decimal

Examples

lcm(5,10,15) returns 30

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

lcm() Function

FEEDBACK