You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually don't have test-cases for this, as I wanted to avoid over-complicating
things, but we can define it for completeness.
I think all these cases are covered by IEEE 754 rules for double-precision, including
the functions. So as long as we say that these should be non-signalling NaN (i.e.
no exceptions during evaluation), then the only issue is how to actually print
them out (I think?)
So in that case, you get to choose - how does your program print them, and we
can pick that.
The text was updated successfully, but these errors were encountered: