We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The files src/sage/rings/polynomial/polynomial_template.pxi and src/sage/libs/flint/nmod_poly_linkage.pxi are a mess:
src/sage/rings/polynomial/polynomial_template.pxi
src/sage/libs/flint/nmod_poly_linkage.pxi
celement_pow
except OverflowError: return Polynomial.__pow__(self, ee, modulus)
Component: basic arithmetic
Issue created by migration from https://trac.sagemath.org/ticket/17476
The text was updated successfully, but these errors were encountered:
We should surely have a look at the files organization for p-adics templates as these were written much more recently and possibly in a cleaner way.
Sorry, something went wrong.
No branches or pull requests
The files
src/sage/rings/polynomial/polynomial_template.pxi
andsrc/sage/libs/flint/nmod_poly_linkage.pxi
are a mess:celement_pow
should really be split up in 2 functions: one for the modular case, one for normal poweringComponent: basic arithmetic
Issue created by migration from https://trac.sagemath.org/ticket/17476
The text was updated successfully, but these errors were encountered: