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 abs for BigInt and Rational #244

Closed
wants to merge 1 commit into from
Closed

implement abs for BigInt and Rational #244

wants to merge 1 commit into from

Conversation

nsajko
Copy link
Contributor

@nsajko nsajko commented Nov 27, 2023

Tests coming in linked PRs.

Tests coming in linked PRs.
Copy link

codecov bot commented Nov 27, 2023

Codecov Report

Attention: 15 lines in your changes are missing coverage. Please review.

Comparison is base (6e6a854) 89.61% compared to head (0719307) 89.03%.
Report is 1 commits behind head on master.

Files Patch % Lines
src/implementations/Rational.jl 0.00% 8 Missing ⚠️
src/implementations/BigInt.jl 0.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #244      +/-   ##
==========================================
- Coverage   89.61%   89.03%   -0.58%     
==========================================
  Files          23       23              
  Lines        2156     2171      +15     
==========================================
+ Hits         1932     1933       +1     
- Misses        224      238      +14     

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

@nsajko
Copy link
Contributor Author

nsajko commented Nov 27, 2023

It seems like it would make sense to have these changes go in together with #245.

@nsajko nsajko closed this Nov 27, 2023
@nsajko nsajko deleted the abs_for_int_and_rat branch November 27, 2023 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant