2 releases

0.0.2 May 12, 2024
0.0.1 May 5, 2024

#537 in Algorithms

Download history 91/week @ 2024-04-29 129/week @ 2024-05-06 37/week @ 2024-05-13

257 downloads per month

MIT/Apache

29KB
518 lines

Integraal

Current Version GitHub commits since latest release Build Status Rust Tests codecov

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

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

~0–325KB