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

Refactoring math::pow #68

Merged
merged 2 commits into from
Aug 8, 2024
Merged

Refactoring math::pow #68

merged 2 commits into from
Aug 8, 2024

Conversation

andrsd
Copy link
Owner

@andrsd andrsd commented Aug 8, 2024

  • Using math::pow instead of sqr and cb
  • Wrapping std::pow into math::pow

@andrsd andrsd added the enhancement New feature or request label Aug 8, 2024
@andrsd andrsd self-assigned this Aug 8, 2024
Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.15%. Comparing base (9172fdf) to head (1f46b5e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #68   +/-   ##
=======================================
  Coverage   99.14%   99.15%           
=======================================
  Files          19       19           
  Lines        1176     1189   +13     
=======================================
+ Hits         1166     1179   +13     
  Misses         10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrsd andrsd merged commit fc0ad6e into main Aug 8, 2024
7 checks passed
@andrsd andrsd deleted the math-pow branch August 8, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant