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 cmath support to decimal128_fast #638

Merged
merged 29 commits into from
Jun 11, 2024
Merged

Add cmath support to decimal128_fast #638

merged 29 commits into from
Jun 11, 2024

Conversation

mborland
Copy link
Member

@mborland mborland commented Jun 6, 2024

Closes: #637

Copy link

codecov bot commented Jun 10, 2024

Codecov Report

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

Project coverage is 98.7%. Comparing base (fc1f412) to head (7172da4).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #638     +/-   ##
=========================================
- Coverage     98.8%   98.7%   -0.1%     
=========================================
  Files          219     219             
  Lines        15657   15717     +60     
  Branches      1718    1720      +2     
=========================================
+ Hits         15459   15497     +38     
- Misses         198     220     +22     
Files Coverage Δ
include/boost/decimal/decimal128_fast.hpp 97.7% <100.0%> (+0.1%) ⬆️
include/boost/decimal/detail/cmath/fma.hpp 100.0% <100.0%> (ø)
...lude/boost/decimal/detail/cmath/impl/asin_impl.hpp 100.0% <ø> (ø)
...ecimal/detail/cmath/impl/assoc_legendre_lookup.hpp 75.0% <ø> (ø)
...lude/boost/decimal/detail/cmath/impl/atan_impl.hpp 100.0% <ø> (ø)
...clude/boost/decimal/detail/cmath/impl/cos_impl.hpp 100.0% <100.0%> (ø)
...lude/boost/decimal/detail/cmath/impl/cosh_impl.hpp 100.0% <ø> (ø)
...ude/boost/decimal/detail/cmath/impl/expm1_impl.hpp 100.0% <ø> (ø)
...de/boost/decimal/detail/cmath/impl/lgamma_impl.hpp 100.0% <ø> (ø)
...ude/boost/decimal/detail/cmath/impl/log1p_impl.hpp 100.0% <ø> (ø)
... and 14 more

... and 3 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 fc1f412...7172da4. Read the comment docs.

@mborland mborland merged commit b4b08c2 into develop Jun 11, 2024
62 checks passed
@mborland mborland deleted the d128_cmath branch June 11, 2024 13:53
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.

decimal128_fast cmath bindings
1 participant