Hacker News new | ask | show | jobs
by grondilu 3872 days ago
True. Also notice that if the user wants a floating point, the literal format is the one with the e<exponent> suffix:

    0.1e0, 1e-1, 0.2e0, 2e-1 etc.