Y
Hacker News
new
|
ask
|
show
|
jobs
by
charcircuit
1551 days ago
Javacript doesn't have an unsigned int datatype. The numbers in the article were doubles.
1 comments
xxs
1551 days ago
you cant swap doubles like that though... b/c if any of them is a NaN or an infinity, it breaks down.
It works for integers (and pointers)
link
charcircuit
1551 days ago
It also breaks due to rounding even if you don't have NaN or Inf.
link
It works for integers (and pointers)