Module core::num::dec2flt::common

source ·
🔬This is a nightly-only experimental API. (dec2flt)
Expand description

Common utilities, for internal use only.

Structs

  • BiasedFpExperimental
    A custom 64-bit floating point type, representing f * 2^e. e is biased, so it be directly shifted into the exponent bits.

Traits

  • ByteSlice 🔒 Experimental
    Helper methods to process immutable bytes.

Functions

  • is_8digits 🔒 Experimental
    Determine if 8 bytes are all decimal digits. This does not care about the order in which the bytes were loaded.