[package]
edition = "2024"
name = "abax"
version = "0.1.21"
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, and robust incomplete gamma functions."
readme = "README.md"
keywords = [
"math",
"constants",
"special-functions",
"gamma",
"zeta",
]
categories = [
"science",
"mathematics",
]
license = "MIT"
repository = "https://github.com/shawlynchen/abax"
[lib]
name = "abax"
path = "src/lib.rs"
[dependencies]