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

One unexpected consequence is the behavior around negative zero. For example:

    var d = -0.0
is different than

    var d = 0.0
    d = -d

This IMO crosses the line into "outright bug" territory.

https://play.golang.com/p/X-JR9NdiCIC



Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

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

Search: