mathol 0.1.1

Math library in Rust
Documentation
  • Coverage
  • 70.82%
    199 out of 281 items documented130 out of 171 items with examples
  • Size
  • Source code size: 254.12 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 18.62 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • olmanz/mathol
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • olmanz

mathol

mathol crate

mathol is a crate for mathematic operations written in Rust. mathol currently provides basic operations for geometry, statistics, stochastics, vector algebra and matrice operations for easy use. mathol is available on crates.io.

Using mathol

To use mathol, add to your Cargo.toml:

[dependencies]
mathol = "0.1.0"

and then the following to your lib.rs or main.rs:

extern crate mathol;

License

mathol is distributed under the terms of the MIT license. See LICENSE-MIT for details. Opening a pull requests is assumed to signal agreement with these licensing terms.