Module table

Source
๐Ÿ”ฌ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_FIVE ๐Ÿ”’ Experimental
N_POWERS_OF_FIVE ๐Ÿ”’ Experimental
SMALLEST_POWER_OF_FIVE ๐Ÿ”’ Experimental

Staticsยง

POWER_OF_FIVE_128 ๐Ÿ”’ Experimental