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
The purpose of this PR is to not call `==` directly, and use `_iszero`
instead. This is to help integration with
[IntervalArithmetic.jl](https://github.com/JuliaIntervals/IntervalArithmetic.jl)
since `==` for our `Interval` type does not always return a Boolean.
Closes#609.
I did not change two checks using `===` since this would break the
behaviour for `-0.0`.
0 commit comments