5 releases

0.1.0 Oct 26, 2024
0.0.4 Oct 15, 2024
0.0.3 Sep 8, 2024
0.0.2 May 12, 2024
0.0.1 May 5, 2024

#473 in Algorithms

Download history 7/week @ 2024-07-29 63/week @ 2024-09-02 65/week @ 2024-09-09 22/week @ 2024-09-16 7/week @ 2024-09-23 6/week @ 2024-09-30 151/week @ 2024-10-14 103/week @ 2024-10-21 20/week @ 2024-10-28

274 downloads per month

MIT/Apache

61KB
1.5K SLoC

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 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.

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.4–1.1MB
~23K SLoC