3 releases
0.1.2 | Oct 7, 2023 |
---|---|
0.1.1 | Oct 7, 2023 |
0.1.0 | Oct 7, 2023 |
#2343 in Algorithms
195KB
1K
SLoC
Table of Content
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:
numerilib = "0.1.0"
Or, you can add it via the command line:
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.