pub fn lcm<T>(x: T, y: T) -> Twhere T: Integer,
Complete re-export of num-integer for SciRS2 ecosystem Calculates the Lowest Common Multiple (LCM) of the number and other.
other