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 standard datatypes f64 seem not to implement the trait std::cmp::Ord, although floats are totally ordered and can be compared. Is there a particular reason why this trait is not implemented for this type?