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


tesselle/arkhe documentation built on Feb. 22, 2024, 8:18 p.m.