🔬This is a nightly-only experimental API. (
dec2flt
)Expand description
Functions to parse floating-point numbers.
Constants
Functions
- Parse 8 digits, loaded as bytes in little-endian order.
- Try to parse a special, non-finite float.
- parse_numberExperimentalTry to parse a non-special floating point number, as well as two slices with integer and fractional parts and the parsed exponent.
- Parse a partial, non-special floating point number.
- Parse the scientific notation component of a float.
- Parse up to 19 digits (the max that can be stored in a 64-bit integer).
- Parse digits until a non-digit character is found.