imrn99 / integraal

Integral computation, done in Rust!
https://imrn99.github.io/integraal/
Apache License 2.0
1 stars 0 forks source link

feat: add epsilon computation to the main structure #15

Closed imrn99 closed 5 months ago

imrn99 commented 5 months ago

Summary

Add a new method to the main structure: Integraal::compute_error. This method computes the error one can expect from the approximation of the integral. Note that the value should be taken with a grain of salt since there is some derivative approximation involved.

Content

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 49 lines in your changes are missing coverage. Please review.

Project coverage is 78.04%. Comparing base (94392e5) to head (3ae9258).

Files Patch % Lines
integraal/src/structure/implementations.rs 0.00% 49 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## trunk #15 +/- ## =========================================== - Coverage 93.52% 78.04% -15.49% =========================================== Files 3 3 Lines 247 296 +49 =========================================== Hits 231 231 - Misses 16 65 +49 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.