Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/VLambda/NumeriLib
- Owner: VLambda
- License: bsd-3-clause
- Created: 2023-06-26T12:04:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T19:40:04.000Z (about 1 year ago)
- Last Synced: 2024-11-11T05:56:46.475Z (about 2 months ago)
- Topics: calculus, cargo, crate, library, linear-algebra, math, mathematics, matrix, matrix-functions, rust, rust-lang, statistics, stats
- Language: Rust
- Homepage: https://vlambda.github.io/
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
***
[![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
***