noisy_float 0.2.0

Contains floating point types that panic if they are set to an illegal value, such as NaN
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.approx]
optional = true
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[package]
authors = ["Matthew Michelotti <matthew@matthewmichelotti.com>"]
categories = ["mathematics"]
description = "Contains floating point types that panic if they are set to an illegal value, such as NaN"
documentation = "https://docs.rs/noisy_float"
edition = "2018"
keywords = ["float", "Ord", "NaN", "finite", "panic"]
license = "Apache-2.0"
name = "noisy_float"
readme = "README.md"
repository = "https://github.com/SergiusIW/noisy_float-rs"
version = "0.2.0"