Trait std::num::Fractional

pub trait Fractional: Num + Orderable + Round + Div<Self, Self> {
    fn recip(&self) -> Self;
}

Required Methods

fn recip(&self) -> Self

Implementors