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

That's something else: x == y, so the difference must be 0. What you said above is

  if x != y, x - y != 0
which holds for all x and y, but is different to

  if dx != 0, x + dx != x
which fails for some (many!) x and dx.


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

Search: