Functions

lcm

Supported By

Syntax

[the] lcm of ( expression , expression )

lcm ( expression , expression )

Expression yields an integer.

Example

put lcm(steve, bill) into andy

Description

The lcm function returns the least common multiple of its arguments.

See Also

gcd