num-traits 0.2.18

Numeric traits for generic mathematics
Documentation
[build-dependencies.autocfg]
version = "1"
[dependencies.libm]
optional = true
version = "0.2.0"

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

[package]
authors = ["The Rust Project Developers"]
build = "build.rs"
categories = ["algorithms", "science", "no-std"]
description = "Numeric traits for generic mathematics"
documentation = "https://docs.rs/num-traits"
edition = "2018"
exclude = ["/ci/*", "/.github/*"]
homepage = "https://github.com/rust-num/num-traits"
keywords = ["mathematics", "numerics"]
license = "MIT OR Apache-2.0"
name = "num-traits"
readme = "README.md"
repository = "https://github.com/rust-num/num-traits"
rust-version = "1.31"
version = "0.2.18"
[package.metadata.docs.rs]
features = ["std"]
rustdoc-args = ["--generate-link-to-definition"]