pub fn dec2flt<F: RawFloat>(s: &str) -> Result<F, ParseFloatError>
🔬This is a nightly-only experimental API. (
dec2flt
)Expand description
Converts a decimal string into a floating point number.
pub fn dec2flt<F: RawFloat>(s: &str) -> Result<F, ParseFloatError>
dec2flt
)Converts a decimal string into a floating point number.