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 safe fallbacks of pow for integer exponents and complex numbers #83

Merged
merged 1 commit into from
Jan 9, 2025

Add safe fallbacks of `pow` for integer exponents and complex numbers

f513cbf
Select commit
Loading
Failed to load commit list.
Merged

Add safe fallbacks of pow for integer exponents and complex numbers #83

Add safe fallbacks of `pow` for integer exponents and complex numbers
f513cbf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 8, 2025 in 1s

96.15% (-0.91%) compared to 20bd888

View this Pull Request on Codecov

96.15% (-0.91%) compared to 20bd888

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.15%. Comparing base (20bd888) to head (f513cbf).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
- Coverage   97.05%   96.15%   -0.91%     
==========================================
  Files           1        1              
  Lines         102      104       +2     
==========================================
+ Hits           99      100       +1     
- Misses          3        4       +1     

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