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 Nat::divmod #1192

Merged
merged 1 commit into from Apr 1, 2024
Merged

Add Nat::divmod #1192

merged 1 commit into from Apr 1, 2024

Conversation

johnynek
Copy link
Owner

@johnynek johnynek commented Apr 1, 2024

just another exercise.

With Nat, linear depth recursion will overflow the stack, so the #1172 would be very useful.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.57%. Comparing base (04a0e87) to head (bc6a3b4).
Report is 22 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1192      +/-   ##
==========================================
+ Coverage   91.32%   91.57%   +0.25%     
==========================================
  Files          96       96              
  Lines       11846    12058     +212     
  Branches     2675     2744      +69     
==========================================
+ Hits        10818    11042     +224     
+ Misses       1028     1016      -12     

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

@johnynek johnynek merged commit 7be2aa4 into main Apr 1, 2024
9 checks passed
@johnynek johnynek deleted the oscar/20240331_add_Nat_divmod branch April 1, 2024 01:12
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.

None yet

2 participants