result_float 0.2.0

Floating point type that cannot store NaN
Documentation
1
2
3
4
5
# result_float

This crate contains floating point types that error if they are set to
NaN. This provides an alternative to standard library floating point
types that implements `Ord` and `Eq` traits.