MathLab
A Powerful Math Library for Rust
Install
Run the following Cargo command in your project directory:
cargo add mathlab
Or
Add the following line to your Cargo.toml
file with the specified version, then run cargo build
:
= "MAJOR.MINOR.PATCH"
Changelog
https://github.com/dr-montasir/mathlab/blob/master/CHANGELOG.md
Usage
// example
use math;
Or
// example
use ;
Documentation
https://docs.rs/mathlab
MathLab :
A Powerful Math Library for Rust