[][src]Trait maths_traits::analysis::ordered::ArchimedeanMonoid

pub trait ArchimedeanMonoid: OrderedMonoid {
    fn div_arch(self, rhs: Self) -> Self;
fn rem_arch(self, rhs: Self) -> Self;
fn div_alg_arch(self, rhs: Self) -> (Self, Self); }

Required methods

fn div_arch(self, rhs: Self) -> Self

fn rem_arch(self, rhs: Self) -> Self

fn div_alg_arch(self, rhs: Self) -> (Self, Self)

Loading content...

Implementations on Foreign Types

impl ArchimedeanMonoid for i8[src]

impl ArchimedeanMonoid for i16[src]

impl ArchimedeanMonoid for i32[src]

impl ArchimedeanMonoid for i64[src]

impl ArchimedeanMonoid for i128[src]

impl ArchimedeanMonoid for isize[src]

impl ArchimedeanMonoid for u8[src]

impl ArchimedeanMonoid for u16[src]

impl ArchimedeanMonoid for u32[src]

impl ArchimedeanMonoid for u64[src]

impl ArchimedeanMonoid for u128[src]

impl ArchimedeanMonoid for usize[src]

impl ArchimedeanMonoid for f32[src]

impl ArchimedeanMonoid for f64[src]

Loading content...

Implementors

Loading content...