-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
three-argument pow() on integers returns IntegerMod #34143
Comments
Commit: |
Author: Lorenz Panny |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Dave Morris |
comment:3
Thanks for fixing this. The documentation for I do think the docstring of |
Changed branch from public/fix_return_type_of_pow_with_modulus to |
Example:
This contradicts the docstring ("Return
(left ^ right) % modulus
."), and it doesn't happen for other parents:Component: basic arithmetic
Author: Lorenz Panny
Branch/Commit:
299f265
Reviewer: Dave Morris
Issue created by migration from https://trac.sagemath.org/ticket/34143
The text was updated successfully, but these errors were encountered: