Skip to contents

Computes the lowest common multiple of the denominators of a set of fractions.

Usage

math_lcm(x, y)

# S4 method for numeric,numeric
math_lcm(x, y)

Arguments

x, y

A numeric vector.

Value

A numeric vector.

See also

Other mathematic functions: math_gcd()

Author

N. Frerebeau