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

Promote div operation with div (not /) #294

Closed
wants to merge 1 commit into from

Conversation

hersle
Copy link

@hersle hersle commented Apr 29, 2024

This change uses div in the divrem function, rather than /.

This prevents integer divison from being promoted to floats, fixing the downstream issue JuliaSymbolics/Symbolics.jl#1083.

However, I see it breaks Multivariate gcd Rational{BigInt} tests, so I suppose it WIP now, at best.

Is this change viable to incorporate? Sorry, my knowledge of this library is very limited!

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.

1 participant