Trait autograd::Float[][src]

pub trait Float: Float + NumAssignOps + Copy + Send + Sync + Display + Debug + Sized + 'static { }
Expand description

Primitive type in this crate, which is actually a decorated num_traits::Float.

Implementors