Function mcm

Source
pub fn mcm<T>(a: T, b: T) -> T
where T: PrimInt + AsPrimitive<T> + Signed,