numerilib 0.1.2

A Rust Mathematics Library
Documentation
  • Coverage
  • 96%
    24 out of 25 items documented0 out of 0 items with examples
  • Size
  • Source code size: 425.83 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 9.62 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • VLambda/NumeriLib
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • VLambda

Static Badge Static Badge Static Badge Static Badge


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.

Doc.rs

NumeriLib Book