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
Hi all! I think wold be very useful to have the Ord trait implemented when T of Point have it, f64 do not have Ord but other types have it.
My personal use case is some data must be sorted to perform for example integration while we have a vector of Points, instead of use f64 I has been using noisy_floats lib which allow use to have f64 without Inf/-Inf/NaN, so Ord can be achieved.
Thx!
The text was updated successfully, but these errors were encountered:
Hi all! I think wold be very useful to have the Ord trait implemented when T of Point have it, f64 do not have Ord but other types have it.
My personal use case is some data must be sorted to perform for example integration while we have a vector of Points, instead of use f64 I has been using noisy_floats lib which allow use to have f64 without Inf/-Inf/NaN, so Ord can be achieved.
Thx!
The text was updated successfully, but these errors were encountered: