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
Support the same conversions from integer types as f64 and f32. (#135)
The standard `f64` and `f32` types support conversion from integer types
for which the conversion will not lose precision, as well as from `bool`.
This commit adds that same support to `OrderedFloat`.
0 commit comments