Trait nbez::Float
[−]
[src]
pub trait Float: Float + FromPrimitive + Debug { }
A helper trait to simplify float generics
Implementors
impl<F> Float for F where F: Float + FromPrimitive + Debug