Module decimal

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

Representation of a float as the significant digits and exponent.

Structs§

DecimalExperimental
A floating point number with up to 64 bits of mantissa and an i64 exponent.

Constants§

INT_POW10 ðŸ”’ Experimental