[package]
name = "accurate"
version = "0.2.1"
authors = ["Benedikt Steinbusch <ben@rockshrub.de>"]
description = "(more or less) accurate floating point algorithms"
homepage = "https://github.com/bsteinb/accurate"
repository = "https://github.com/bsteinb/accurate"
documentation = "http://bsteinb.github.io/accurate/"
readme = "README.md"
keywords = [ "floating-point", "accurate" ]
license = "MIT OR Apache-2.0"
build = "build.rs"
[features]
default = [ "parallel" ]
fma = []
parallel = [ "rayon" ]
unstable = []
[dependencies]
cfg-if = "0.1"
num = "0.1"
ieee754 = "0.2"
rayon = { version = "0.3", optional = true }
[build-dependencies]
skeptic = "0.4"
[dev-dependencies]
rand = "0.3"
skeptic = "0.4"