Issues
- 1
- 1
Implementation of `NotNan::cmp` is unsound
#150 opened by Earthcomputer - 0
Support approx?
#149 opened by schneiderfelipe - 1
Div by zero produces NotNan(inf)
#148 opened by woojiq - 1
OrderedFloat does not implement Deserialize
#147 opened by ghproek - 5
Invalid Hash implementation
#142 opened by orlp - 2
Missing binary op implementations for `OrderedFloat`
#145 opened by indietyp - 1
OrderedFloat comparison with f32/f64 is not total
#143 opened by orlp - 1
- 3
Build of v3.9.0 fails with `--feature=rkyv`
#137 opened by blp - 0
Missing `Pow` trait
#118 opened by justinlovinger - 0
- 0
Support checked ops.
#130 opened by RinChanNOWWW - 0
`rand` types missing traits
#116 opened by justinlovinger - 2
Implement `AsPrimitive<NotNan<T>>` for integer types
#123 opened by yshui - 1
Missing `FloatConst` trait
#117 opened by justinlovinger - 0
`OrderedFloat` and `NotNan` should implement `geo::HasKernel` (behind feature)
#121 opened by MultisampledNight - 2
Optimize the representation of `NotNaN`
#114 opened by notgull - 2
Release Request: Please release v3.1.0 to include #110
#111 opened by Xuanwo - 13
Having ordered_float anywhere in the dependency chain causes ambiguous Add applications to fail with a very, very long error message
#91 opened by glittershark - 5
Possible regression: Updating 2.8.0 to 2.9.0 causes "type annotations needed" for `BTreeSet::range` etc.
#105 opened by TonalidadeHidrica - 1
OrderedFloat should implement the trait Into.
#107 opened by ydprycto - 2
`NotNan<f64>` should impl `From<i32>` and similar lossless conversions
#102 opened by MultisampledNight - 2
- 3
Why not `impl<T> Borrow<T> for NonNan<T>` ?
#98 opened by changhe3 - 3
Crates version does not compile
#95 opened by vihdzp - 2
Signed OrderedFloat<f32/f64>
#92 opened by lemmih - 1
Pros and cons of using rustfmt
#88 opened by lemmih - 2
Rename 'unchecked_new' to 'new_unchecked'
#85 opened by lemmih - 2
Implement traits from the `rand` crate.
#83 opened by lemmih - 2
Missing implementations on references
#81 opened by lemmih - 1
- 1
Re-export `Float` trait
#79 opened by demurgos - 1
v2.1.0 breaks no_std support
#74 opened by CryZe - 4
- 2
Easy way to convert &T to &OrderedFloat<T>?
#72 opened by tiby312 - 1
Use serde derive instead?
#70 opened by tiby312 - 2
NotNan::unchecked_from() could be const
#67 opened by notgull - 0
Version 2.0 roadmap
#69 opened by mbrubeck - 0
Conversion from NotNaN<f32> to NotNaN<f64>
#58 opened by ennis - 2
Add `TryFrom`, when stable
#56 opened by Lucretiel - 0
Remove implementation of From<T> that can panic
#57 opened by Lucretiel - 1
The errors from docs.rs
#52 opened by katyo - 2
Add maintainers to this crate
#41 opened by nox - 2
Add Add trait implementation to OrderedFloat?
#62 opened by tiby312 - 1
Yank version with "*" deps
#64 opened by kornelski - 1
Yank "new-ordered-float" crate
#63 opened by Diggsey - 1
Implement AsMut/DerefMut to float for NotNan?
#61 opened by tiby312 - 1
Optimization in PartialEq?
#54 opened by Lucretiel - 0
Mark with repr(transparent)
#44 opened by tiby312