Trait agb::number::Number[][src]

pub trait Number: Sized + Copy + PartialOrd + Ord + PartialEq + Eq + Add<Output = Self> + Sub<Output = Self> + Rem<Output = Self> + Div<Output = Self> + Mul<Output = Self> { }

Implementors