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

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

Provided methods

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

Loading content...

Implementors

impl<I: Gcd> Lcm for I[src]

Loading content...