pub trait FloatNum: Float + AddAssign + SubAssign + MulAssign + DivAssign + AsPrimitive<usize> + AsPrimitive<f64> { }

Implementors§