Trait num_dual::DualNumFloat [−][src]
Expand description
The underlying data type of individual derivatives. Usually f32 or f64.
Implementors
impl<T> DualNumFloat for T where
T: Float + FromPrimitive + Signed + Display + Sync + Send + 'static,