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 numeric vector.

Value

A numeric vector.

Author(s)

N. Frerebeau

See Also

Other mathematic functions: math_gcd()


[Package arkhe version 1.6.0 Index]