Rumath

crate documentation minimum rustc 1.30.1


A simple mathematics library written in Rust

Features

- 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

## Usage

Add this to your Cargo.toml:

toml [dependencies] mathru = "0.0.3"

and this to your crate root:

rust extern crate mathru;

## Contributions

Any contribution is welcome!