mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
For single prec, exponents never get larger than about 37. For double prec, exponents can be larger than 99 and need 3 bytes to format. This patch makes the number of bytes needed configurable. Addresses issue #1772.
12 KiB
12 KiB