🔬This is a nightly-only experimental API. (
dec2flt
)Expand description
Common utilities, for internal use only.
Structs
- BiasedFpExperimentalA custom 64-bit floating point type, representing
f * 2^e
. e is biased, so it be directly shifted into the exponent bits.
Traits
- Helper methods to process immutable bytes.
Functions
- Determine if 8 bytes are all decimal digits. This does not care about the order in which the bytes were loaded.