HN user

whatanaccount

23 karma
Posts0
Comments5
View on HN
No posts found.

Bitwise operations don't really make sense on floating point data, especially not in javascript. Based on a quick one minute test it appears that javascript just uses the integer part of the number if you try bitwise operations (e.g. 2.6 & 6.2 == 2)