mathru 0.0.3

Simple matthematics library written in Rust
Documentation

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:

[dependencies]
mathru = "0.0.3"

and this to your crate root:

extern crate mathru;

Contributions


Any contribution is welcome!