Trait funspace::types::FloatNum[][src]

pub trait FloatNum: 'static + Copy + Zero + FromPrimitive + Signed + Sync + Send + Float + Debug + ScalarOperand + MulAssign + FloatConst { }
Expand description

Generic floating point number, implemented for f32 and f64

Implementations on Foreign Types

Implementors