javascript quiz
is `-(a + b)` always the same value as `-a + -b`?
re: javascript quiz answer
@Lady is this because of floating point arithmetic
re: javascript quiz answer
@aescling technically
re: javascript quiz answer
@aescling (by which i mean BigInt does not have this quality)
counterexample re: javascript quiz
@Lady a = -b
counterexample re: javascript quiz
@Lady would not have known this before hehe
counterexample re: javascript quiz
@alyssa yeah i was trying to figure out if `$ + 0` was the fastest and easiest way to coerce `$` to never have negative zero (it is) and then i thought about it some more
javascript quiz answer
(no)