by carlosneves on 9/22/24, 2:57 PM with 2 comments
As for NodeJS, I thought it would evaluate to `undefined`, but it seems to consistently throw a `ReferenceError` for version 20.
What's the result for other languages?
by Doctor-R on 9/22/24, 10:05 PM
In the IEEE 754 floating point definition, there are specific values for errors: mathematically undefined, division by zero, overflow, underflow, and inexact. These MUST be implemented in hardware to meet the specification.