Function tract_core::internal::num_integer::lcm
source · pub fn lcm<T>(x: T, y: T) -> Twhere
T: Integer,Expand description
Calculates the Lowest Common Multiple (LCM) of the number and other.
pub fn lcm<T>(x: T, y: T) -> Twhere
T: Integer,Calculates the Lowest Common Multiple (LCM) of the number and other.