[][src]Trait algorithms_edu::algo::math::lcm::LcmUnsigned

pub trait LcmUnsigned: GcdUnsigned {
    pub fn lcm(self, other: Self) -> Self { ... }
}

Provided methods

pub fn lcm(self, other: Self) -> Self[src]

Loading content...

Implementors

impl<I: GcdUnsigned> LcmUnsigned for I[src]

Loading content...