[package]
edition = "2024"
name = "abax"
version = "0.1.51"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight Rust library providing high-precision mathematical constants and special functions, including Bernoulli numbers, Riemann Zeta values, robust incomplete gamma functions, and probability distribution functions like normal and lognormal CDF."
readme = "README.md"
keywords = [
"math",
"special-functions",
"distribution",
"statistics",
]
categories = [
"science",
"mathematics",
]
license = "MIT"
repository = "https://github.com/shawlynchen/abax"
[lib]
name = "abax"
path = "src/lib.rs"
[dependencies]