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

Implement atan2 #374

Merged
merged 8 commits into from
Jan 12, 2024
Merged

Implement atan2 #374

merged 8 commits into from
Jan 12, 2024

Conversation

mborland
Copy link
Member

Closes: #372

Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bb86162) 98.8% compared to head (968a05e) 98.8%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #374     +/-   ##
=========================================
+ Coverage     98.8%   98.8%   +0.1%     
=========================================
  Files          134     136      +2     
  Lines         9826    9970    +144     
=========================================
+ Hits          9701    9845    +144     
  Misses         125     125             
Files Coverage Δ
include/boost/decimal/cmath.hpp 100.0% <ø> (ø)
include/boost/decimal/detail/cmath/atan.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/cmath/atan2.hpp 100.0% <100.0%> (ø)
test/test_atan.cpp 100.0% <100.0%> (ø)
test/test_atan2.cpp 100.0% <100.0%> (ø)

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 bb86162...968a05e. Read the comment docs.

@mborland mborland merged commit c6a078f into develop Jan 12, 2024
49 checks passed
@mborland mborland deleted the atan2 branch January 12, 2024 05:54
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.

atan2
1 participant