math_lcm {arkhe} | R Documentation |
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 signature 'numeric,numeric'
math_lcm(x, y)
Arguments
x , y |
A |
Value
A numeric
vector.
Author(s)
N. Frerebeau
See Also
Other mathematic functions:
math_gcd()
[Package arkhe version 1.7.0 Index]