cgubbin / quad-rs

Adaptive Gauss-Kronrod Integration in Rust
MIT License
1 stars 1 forks source link

Added `Integrationsettings` trait #2

Closed cgubbin closed 2 years ago

cgubbin commented 2 years ago

Hopefully fixes #1: I split methods to set integration values (tolerances, maximum evaluations) into a separate trait. I also created a prelude which automatically imports all the methods and structs to do an integral.