35 releases (10 breaking)
0.11.1 | Jul 19, 2023 |
---|---|
0.10.0 | Jun 29, 2023 |
0.9.2 | Jan 1, 2023 |
0.8.2 | Dec 31, 2022 |
0.7.7 | Nov 27, 2022 |
#1201 in Math
109 downloads per month
130KB
3K
SLoC
Magnesia
A numerical math library for Rust featuring
- Polynomials
- Vectors and Matrices
- Complex Numbers
The goal of Magnesia is to provide an easy to use yet efficient API for mathematical applications. Magnesia's interfaces are designed such that extensions and zero overhead implementations are possible. Dependencies from other crates are kept to a minimum. Currently, there are no build dependencies.
Usage
Add this to your Cargo.toml
:
[dependencies]
magnesia = "0.11.1"
Documentation
Please find the reference documentation here on docs.rs.
Contributing
Contributions are highly welcome. In fact, I would be happy to have a sparring partner for development. To contribute, please send me a pull request via github. It doesn't have to be perfect at first, but expect feedback before merges into the main repository.
Bug Reports and Feature Requests
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.
License
Magnesia is distributed under the MIT License.
Dependencies
~310KB