Trait fructose::properties::gcd::GCD[][src]

pub trait GCD: Sized {
    fn gcd(&self, rhs: Self) -> Self;
fn lcm(&self, rhs: Self) -> Self; }

Required methods

fn gcd(&self, rhs: Self) -> Self[src]

fn lcm(&self, rhs: Self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl GCD for u8[src]

impl GCD for u16[src]

impl GCD for u32[src]

impl GCD for u64[src]

impl GCD for u128[src]

impl GCD for usize[src]

impl GCD for i8[src]

impl GCD for i16[src]

impl GCD for i32[src]

impl GCD for i64[src]

impl GCD for i128[src]

impl GCD for isize[src]

impl GCD for f32[src]

impl GCD for f64[src]

Loading content...

Implementors

Loading content...