Skip to main content

Module imp

Module imp 

Source
🔬This is a nightly-only experimental API. (num_internals)
Expand description

Numeric routines, separate from API.

Modules§

bignum 👻 Experimental
Custom arbitrary-precision number (bignum) implementation.
dec2flt 👻 Experimental
Converting decimal strings into IEEE 754 binary floating point numbers.
diy_float 👻 Experimental
Extended precision “soft float”, for internal use only.
flt2dec 👻 Experimental
Floating-point number to decimal conversion routines.
fmt 👻 Experimental
Shared utilities used by both float and integer formatting.

Traits§

Float 👻 Experimental
A helper trait to avoid duplicating basically all the conversion code for IEEE floats.
FloatExt 👻 Experimental
Items that ideally would be on Float, but don’t apply to all float types because they rely on the mantissa fitting into a u64 (which isn’t true for f128).
IntExperimental
Collection of traits that allow us to be generic over integer size.