Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/VLambda/NumeriLib

A Rust Mathematics Library
https://github.com/VLambda/NumeriLib

calculus cargo crate library linear-algebra math mathematics matrix matrix-functions rust rust-lang statistics stats

Last synced: about 1 month ago
JSON representation

A Rust Mathematics Library

Awesome Lists containing this project

README

        





NumeriLib Logo

***

[![Static Badge](https://img.shields.io/badge/mdbook-282d3f?style=for-the-badge&logo=mdbook&logoColor=white&link=vlambda.github.io)](https://vlambda.github.io/)
[![Static Badge](https://img.shields.io/badge/v0.1.2-282d3f?style=for-the-badge&logo=rust&logoColor=white&label=crates.io&labelColor=%23161923&link=crates.io%2Fcrates%2Fnumerilib)](https://crates.io/crates/numerilib/)
[![Static Badge](https://img.shields.io/badge/BSD_3--Clause-282d3f?style=for-the-badge&logo=bsd&logoColor=white&label=License&labelColor=%23161923&link=github.com%2FVLambda%2FNumeriLib%2Fblob%2Fmain%2FLICENSE)](./LICENSE)
[![Static Badge](https://img.shields.io/badge/docs.rs-282d3f?style=for-the-badge&logo=rust&logoColor=white&link=docs.rs%2Fnumerilib)](https://docs.rs/numerilib/0.1.2/numerilib/)

***

### 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
***