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

pub fn lcm_unsigned<T: Unsigned + Copy>(a: T, b: T) -> T