[][src]Trait melange::ring::Ring

pub trait Ring {
    const ZERO: Self;
    const ONE: Self;
    fn inv(self) -> Self
    where
        Self: Sized + Div<Output = Self>
, { ... } }

Associated Constants

const ZERO: Self

const ONE: Self

Loading content...

Provided methods

fn inv(self) -> Self where
    Self: Sized + Div<Output = Self>, 

Loading content...

Implementations on Foreign Types

impl Ring for f64[src]

impl Ring for f32[src]

impl Ring for u128[src]

impl Ring for u64[src]

impl Ring for u32[src]

impl Ring for u16[src]

impl Ring for u8[src]

impl Ring for i128[src]

impl Ring for i64[src]

impl Ring for i32[src]

impl Ring for i16[src]

impl Ring for i8[src]

Loading content...

Implementors

Loading content...