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
Ill-behaved FloatCore implementations for user types could have where
`x.partial_cmp(&x) == None` even when `x.is_nan() == false`. This crate
will now panic in those cases, rather than execute undefined behavior.
Fixes#150.
0 commit comments