Learn R Programming

arkhe (version 1.10.0)

math_lcm: Least Common Multiple

Description

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)

Value

A numeric vector.

Arguments

x, y

A numeric vector.

Author

N. Frerebeau

See Also

Other mathematic functions: math_gcd()