A simple mathematics library written in Rust
- special functions
- gamma functions
- beta functions
- statistics
- distributions
- normal distribution
- gamma distribution
- binomial distribution
- poisson distribution
- exponential distribution
- chi squared distribution
- beta distribution
- bernoulli distribution
Add this to your Cargo.toml
:
toml
[dependencies]
mathru = "0.0.3"
and this to your crate root:
rust
extern crate mathru;
Any contribution is welcome!