mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 21:50:31 +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.
923 B
923 B