A math library for Rust featuring
The goal of Magnesia is to provide an easy to use yet efficient API for mathematical applications. Magnesia may not be feature rich and optimized yet, but its interfaces are designed such that extensions and zero overhead implementations are possible.
Add this to your Cargo.toml
:
text
[dependencies]
magnesia = "0.5.0"
Please find the reference documentation here on docs.rs.
Contributions are highly welcome. To do so, please send me a pull request via github. It doesn't have to be perfect at first, but expect feedback and change requests before merges into the main repository.
If you spot a bug, please report it here. If you would like a feature to be worked on with higher priority, please don't hesitate to let me know here.
Magnesia is distributed under the MIT License.