math_lcm: Least Common Multiple

math_lcmR 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()


arkhe documentation built on Nov. 17, 2023, 5:09 p.m.