Trait num_dual::DualNumFloat[][src]

pub trait DualNumFloat: Float + FromPrimitive + Signed + Display + Sync + Send + 'static { }
Expand description

The underlying data type of individual derivatives. Usually f32 or f64.

Implementors