pub trait Float: 'static + Copy + Debug + Display + NumFloat { }
A general trait for all floating point type numbers