Skip to content

fix BigFloat pow #94

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

Merged
merged 1 commit into from
Jun 23, 2025
Merged

fix BigFloat pow #94

merged 1 commit into from
Jun 23, 2025

Conversation

oscardssmith
Copy link
Member

fixes #93

Copy link

codecov bot commented Jun 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.15%. Comparing base (72357e3) to head (01a0d0f).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
+ Coverage   94.00%   94.15%   +0.15%     
==========================================
  Files           1        1              
  Lines         150      154       +4     
==========================================
+ Hits          141      145       +4     
  Misses          9        9              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@oscardssmith oscardssmith merged commit 8cce014 into master Jun 23, 2025
17 checks passed
@andreasnoack
Copy link
Member

Don't we do reviews here?

@andreasnoack andreasnoack deleted the os/fix-BigFloat-pow branch June 24, 2025 06:10
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.

Stack overflow with pow(x::BigFloat, y::BigFloat)
2 participants