[dependencies.num-complex]
optional = true
version = "0.4.0"
[dependencies.num-traits]
default_features = false
version = "0.2.0"
[features]
default = ["std"]
std = []
[lib]
name = "approx"
path = "src/lib.rs"
[package]
authors = ["Amir Abdin <amab8901@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Approximate floating point equality comparisons and assertions."
documentation = "https://docs.rs/approx"
homepage = "https://github.com/brendanzab/approx"
keywords = ["approximate", "assert", "comparison", "equality", "float"]
license = "Apache-2.0"
name = "approx2"
readme = "README.md"
repository = "https://github.com/brendanzab/approx"
version = "0.5.1"
[package.metadata.docs.rs]
features = ["std", "num-complex"]
[[test]]
name = "abs_diff_eq"
path = "tests/abs_diff_eq.rs"
[[test]]
name = "macro_import"
path = "tests/macro_import.rs"
[[test]]
name = "macros"
path = "tests/macros.rs"
[[test]]
name = "relative_eq"
path = "tests/relative_eq.rs"
[[test]]
name = "ulps_eq"
path = "tests/ulps_eq.rs"