Y
Hacker News
new
|
ask
|
show
|
jobs
by
namibj
84 days ago
JS numbers behave much more like C's definition of signed overflow being UB as it's signed numbers are effectively like 51-ish bit with a SEPARATE sign bit and non-assiciative behavior when overflow happens.