[go: up one dir, main page]

float_eq 0.1.3

Explicit and deliberate comparison of IEEE floating point numbers.
Documentation
[badges.codecov]
repository = "jtempest/float_eq-rs"

[badges.coveralls]
repository = "jtempest/float_eq-rs"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "jtempest/float_eq-rs"

[dependencies]

[features]
default = ["std"]
std = []

[package]
authors = ["jtempest"]
categories = ["algorithms", "development-tools::debugging", "no-std"]
description = "Explicit and deliberate comparison of IEEE floating point numbers."
documentation = "https://docs.rs/float_eq/"
edition = "2018"
homepage = "https://github.com/jtempest/float_eq-rs"
include = ["Cargo.toml", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["approximate", "assert", "comparison", "equality", "float"]
license = "MIT OR Apache-2.0"
name = "float_eq"
readme = "crates-io.md"
repository = "https://github.com/jtempest/float_eq-rs"
version = "0.1.3"