Functions

gcd

Supported By

Syntax

[the] gcd of ( expression , expression )

gcd ( expression , expression )

Expression yields an integer.

Example

put gcd(steve, bill) into andy

Description

The gcd function returns the greatest common divisor of its arguments.

See Also

lcm