Integraal aims to provide generic and efficient tools for numerical integration in the Rust Programming Language.
You can add integraal
as a dependency of your project by adding the following lines to its Cargo.toml:
# [dependencies]
integraal = { version = "0.1" }
or by running:
cargo add integraal
The Rust Doc is available for usage instructions, examples are provided with the source code / in the repository.
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.
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.