Crate f256_pow10_div_pow2_lut
source ·Expand description
Lookup table for converting a f256
value with exponent < 0 to a fixed
precision decimal string representation.
Constants
- Base value used to separate chunks by mod operator.
- Number of chunks cut from the head of the lookup table.
- Number of decimal digits per chunk.
- Factor used to compress the number of entries in the lookup table.
- Number of bits used to left-shift the values in the lookup table.