Skip to content
Snippets Groups Projects
Select Git revision
  • 185f9c1c4652cfe44b8c4df12f524933dbe04dc5
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

objfloat.c

Blame
  • user avatar
    Paul Sokolovsky authored
    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.
    7de5377c
    History
    objfloat.c 4.81 KiB