float_extras 0.1.6

Extra floating-point math functions from C math library.
Documentation
[package]
name = "float_extras"

version = "0.1.6"
authors = ["yjh0502 <yjh0502@gmail.com>"]

license = "Apache-2.0"
license-file = "LICENSE"

description = "Extra floating-point math functions from C math library."
homepage = "https://github.com/yjh0502/float_extras"
repository = "https://github.com/yjh0502/float_extras"
documentation = "https://docs.rs/float_extras"

keywords = ["math", "cmath"]
categories = ["science"]

[dependencies]
libc = "0.2"

[badges]
travis-ci = { repository = "yjh0502/float_extras" }