🔬This is a nightly-only experimental API. (
dec2flt
)Expand description
Pre-computed tables powers-of-5 for extended-precision representations.
These tables enable fast scaling of the significant digits of a float to the decimal exponent, with minimal rounding errors, in a 128 or 192-bit representation.
DO NOT MODIFY: Generated by src/etc/dec2flt_table.py
Constants
- LARGEST_POWER_OF_FIVEExperimental
- N_POWERS_OF_FIVEExperimental
- SMALLEST_POWER_OF_FIVEExperimental
Statics
- POWER_OF_FIVE_128Experimental