[[bench]]
harness = false
name = "bench"
[dependencies.ieee754]
version = "0.2.6"
[dev-dependencies.criterion]
version = "0.2"
[dev-dependencies.quickcheck]
version = "0.7"
[features]
unstable = []
[package]
authors = ["Huon Wilson <dbau.pp@gmail.com>"]
description = """
Fast, approximate versions of mathematical functions.
"""
documentation = "https://docs.rs/fast-math"
homepage = "https://github.com/huonw/fast-math"
keywords = ["approximation", "relative-error", "mathematics", "performance"]
license = "MIT/Apache-2.0"
name = "fast-math"
readme = "README.md"
repository = "https://github.com/huonw/fast-math"
version = "0.1.1"