pub trait Float: 'static + Copy + Debug + Display + NumFloat { }
Expand description

A general trait for all floating point type numbers

Implementations on Foreign Types

Implementors