[][src]Function algorithms_edu::algo::math::lcm::lcm

pub fn lcm<T: Signed + Copy>(a: T, b: T) -> T