lcm3

Function lcm3 

Source
pub fn lcm3<T, U>(a: T, b: T, c: T) -> U
where T: UAbs<U>, U: PrimInt + WrappingShr + WrappingSub,
Expand description

LCM of 3 arguments.