mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
Prior to this patch, some architectures (eg unix x86) could render floats with "negative" digits, like ")". For example, '%.23e' % 1e-80 would come out as "1.0000000000000000/)/(,*0e-80". This patch fixes the known cases.
12 KiB
12 KiB