Crates.io | result_float |
lib.rs | result_float |
version | 0.2.0 |
source | src |
created_at | 2018-08-15 08:15:59.542202 |
updated_at | 2022-01-27 15:50:59.76195 |
description | Floating point type that cannot store NaN |
homepage | |
repository | https://gitlab.com/KonradBorowski/result_float |
max_upload_size | |
id | 79536 |
size | 52,706 |
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.