R/AllGenerics.R
R/mathematics.R
math_lcm.Rd
Computes the lowest common multiple of the denominators of a set of fractions.
math_lcm(x, y) # S4 method for class 'numeric,numeric' math_lcm(x, y)
A numeric vector.
numeric
Other mathematic functions: math_gcd()
math_gcd()
N. Frerebeau