Comment on Demystifying NaN for the Working ProgrammerparentComments−ElevenLathe4yThe compiler presumably can't know in most cases, but the runtime might be able to throw. It depends on the language implementation and the tradeoffs.
Comments
The compiler presumably can't know in most cases, but the runtime might be able to throw. It depends on the language implementation and the tradeoffs.