Function num_integer::lcm [−][src]
pub fn lcm<T: Integer>(x: T, y: T) -> T
Expand description
Calculates the Lowest Common Multiple (LCM) of the number and other
.
pub fn lcm<T: Integer>(x: T, y: T) -> T
Calculates the Lowest Common Multiple (LCM) of the number and other
.