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