Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add erf and erfc #358

Merged
merged 48 commits into from
Dec 13, 2023
Merged

Add erf and erfc #358

merged 48 commits into from
Dec 13, 2023

Conversation

mborland
Copy link
Member

Closes: #356
Closes: #357

Copy link

codecov bot commented Nov 30, 2023

Codecov Report

Merging #358 (536a564) into develop (b6092e9) will increase coverage by 0.1%.
The diff coverage is 94.9%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #358     +/-   ##
=========================================
+ Coverage     97.7%   97.8%   +0.1%     
=========================================
  Files           74      76      +2     
  Lines         3370    3529    +159     
=========================================
+ Hits          3292    3449    +157     
- Misses          78      80      +2     
Files Coverage Δ
include/boost/decimal/cmath.hpp 100.0% <ø> (ø)
.../decimal/detail/cmath/impl/evaluate_polynomial.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/cmath/erf.hpp 94.7% <94.7%> (ø)

... and 4 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b6092e9...536a564. Read the comment docs.

@mborland mborland marked this pull request as ready for review December 11, 2023 13:00
@mborland mborland force-pushed the erf branch 2 times, most recently from 4f81c7c to 2286c53 Compare December 12, 2023 11:00
@mborland mborland merged commit 4b471db into develop Dec 13, 2023
48 checks passed
@mborland mborland deleted the erf branch December 13, 2023 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

erfc erf
1 participant