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

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

Implementors§

source§

impl<T> DualNumFloat for Twhere T: Float + FloatConst + FromPrimitive + Signed + Display + Debug + Sync + Send + 'static,