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
Maybe I'm mistaken, but shouldn't nan != x always return True?
When using the math.nan[]() function to provide the nan, it returns True.
This means that nan behaves differently right now, depending on it's payload bits.
Bug description
Maybe I'm mistaken, but shouldn't
nan != x
always returnTrue
?When using the
math.nan[]()
function to provide the nan, it returnsTrue
.This means that nan behaves differently right now, depending on it's payload bits.
Steps to reproduce
System information
The text was updated successfully, but these errors were encountered: