Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

They do, you just have to request it:

    //Python
    >>> repr(1000000 * 8.2)
    '8199999.999999999'
    >>> "%lf" % (1000000 * 8.2)
    '8200000.000000'


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: