pub fn into_f64<T>(number: T) -> Result<f64> where
    T: NumCast
Expand description

Casts number to f64