[package]
edition = "2018"
name = "distrs"
version = "0.2.3"
authors = ["Andrew Kane <andrew@ankane.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF, CDF, and percent-point/quantile functions for the normal and Student’s t distributions"
readme = "README.md"
license = "Unlicense OR MIT"
repository = "https://github.com/ankane/dist-rust"
[features]
nightly = []
no_std = ["libm"]
[lib]
name = "distrs"
path = "src/lib.rs"
doctest = false
[dependencies.libm]
version = "0.2"
optional = true