3 releases
0.0.3 | Sep 8, 2024 |
---|---|
0.0.2 | May 12, 2024 |
0.0.1 | May 5, 2024 |
#330 in Math
147 downloads per month
41KB
823 lines
Integraal
Integraal aims to provide generic and efficient tools for numerical integration in the Rust Programming Language.
Quickstart
You can add Integraal to your project by adding this to its manifest:
# in the Cargo.toml
[dependencies]
# other deps...
integraal = { version = "*" }
The Rust Doc is available for usage instructions, examples are provided with the source code / in the repository.
Contributing
Contributions are welcome and accepted as pull requests on GitHub. Feel free to file an issue to report bugs, or suggest improvements and new features for the project.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your preference.
The SPDX license identifier for this project is MIT OR Apache-2.0
.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~94–455KB