Function extended_rational::lcm [] [src]

pub fn lcm(a: u64, b: u64) -> Option<u64>

Returns the least common multiple of two numbers or None if the calculation overflows.