mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
This fixes conversion when float type has more mantissa bits than small int, and float value has small exponent. This is for example the case of 32-bit platform using doubles, and converting value of time.time(). Conversion of floats with larg exponnet is still not handled correctly.
30 KiB
30 KiB