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

balance between divrem, div, rem, and StepRange #430

Merged
merged 1 commit into from
Jun 15, 2021

Conversation

jverzani
Copy link
Collaborator

divrem was falling back to div and rem. However, div and rem are kinda odd, as they are defined as to make Sym(-2):Sym(2):Sym(2) type constructs work. So this breaks the contract (ugh) and defines divrem through sympy.div and leaves the definitions for div and rem.

@jverzani jverzani merged commit 6bee495 into JuliaPy:master Jun 15, 2021
@jverzani jverzani deleted the div_fix branch June 15, 2021 21:41
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

1 participant