***
### Table of Content
* [What is NumeriLib](#what-is-numerilib)
* [Adding to your Project](#add-to-your-project)
* [Documentation](#documentation)
***
### What is Numerilib?
NumeriLib is a rust mathematics library made. It provides various mathematical functions for different branches of Mathematics including Calculus, Linear Algebra, Statistics, etc. It is a work in progress and will be updated regularly.
***
### Add To Your Project:
To add NumeriLib to your Cargo project, simply add the following line to your `Cargo.toml` file:
```toml
numerilib = "0.1.0"
```
Or, you can add it via the command line:
```bash
cargo add numerilib
```
***
### Documentation:
There are 2 websites you can go to get documentation for NumeriLib. The NumeriLib Book and the Documentation on Doc.rs. The Book explains each function, but is still behind when it comes to showcasing all the functions in this library. The Doc.rs documentation is more up to date and has more examples, but does not explain each function nearly as in depth.
#### Doc.rs
#### NumeriLib Book
***