mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
Prior to this patch, a float literal that was close to subnormal would
have a loss of precision when parsed. The worst case was something like
float('10000000000000000000e-326') which returned 0.0.
10 KiB
10 KiB