mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 14:07:14 +01:00
Test usecase I used is print(time.time()) and print(time.time() - time.time()). On Linux/Glibc they now give the same output as CPython 3.3. Specifically, time.time() gives non-exponential output with 7 decimal digits, and subtraction gives exponential output e-06/e-07.
4.8 KiB
4.8 KiB