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
Lines 2 and 4 were not properly displaying the error bound. I've fixed that in 89f4faf.
I'm not sure what to do about lines 1 and 3.
Line 1 has to do with the fact that for doubles, ⁿ1/2 ¯1 is NaN.
Line 3 has to do with the fact that ×0 ∞ is NaN.
While these could be fixed with checks in the interpreter, it would slow down complex arithmetic, so I'm not sure it's something I want to do.
Some examples of surprising results. Not sure which should be ignored due to floating point imprecision, and which are actual issues.
The text was updated successfully, but these errors were encountered: