cpmech / russell

Rust Scientific Libary. ODE and DAE (Runge-Kutta) solvers. Special functions (Bessel, Elliptic, Beta, Gamma, Erf). Linear algebra. Sparse solvers (MUMPS, UMFPACK). Probability distributions. Tensor calculus.
MIT License
102 stars 8 forks source link

Write special math fn in rust #93

Closed cpmech closed 5 months ago

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 99.17%. Comparing base (e4090e6) to head (6337c7b). Report is 87 commits behind head on main.

Files Patch % Lines
russell_lab/src/math/gamma.rs 98.14% 3 Missing :warning:
russell_lab/src/math/composition.rs 99.50% 1 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #93 +/- ## ========================================== + Coverage 99.08% 99.17% +0.09% ========================================== Files 146 162 +16 Lines 32028 36987 +4959 ========================================== + Hits 31734 36682 +4948 - Misses 294 305 +11 ```

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