lcm2

Function lcm2 

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

LCM of 2 arguments.