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

Tanh128 2 #532

Merged
merged 8 commits into from
May 5, 2024

Tolerances and typos

7fdcf98
Select commit
Loading
Failed to load commit list.
Merged

Tanh128 2 #532

Tolerances and typos
7fdcf98
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 5, 2024 in 0s

98.8% (target 75.0%)

View this Pull Request on Codecov

98.8% (target 75.0%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.8%. Comparing base (7f74bc0) to head (7fdcf98).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #532     +/-   ##
=========================================
+ Coverage     98.7%   98.8%   +0.1%     
=========================================
  Files          185     186      +1     
  Lines        11587   11631     +44     
=========================================
+ Hits         11427   11482     +55     
+ Misses         160     149     -11     
Files Coverage Δ
include/boost/decimal/detail/cmath/cosh.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/cmath/exp.hpp 95.5% <100.0%> (ø)
...clude/boost/decimal/detail/cmath/impl/exp_impl.hpp 100.0% <100.0%> (ø)
...lude/boost/decimal/detail/cmath/impl/sinh_impl.hpp 100.0% <ø> (ø)
...lude/boost/decimal/detail/cmath/impl/tanh_impl.hpp 100.0% <100.0%> (ø)
...de/boost/decimal/detail/cmath/impl/tgamma_impl.hpp 100.0% <ø> (ø)
include/boost/decimal/detail/cmath/sinh.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/cmath/tanh.hpp 100.0% <100.0%> (ø)
test/test_cosh.cpp 100.0% <100.0%> (+1.9%) ⬆️
test/test_exp.cpp 100.0% <100.0%> (+1.3%) ⬆️
... and 3 more

... and 2 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 7f74bc0...7fdcf98. Read the comment docs.