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
For a number field element, x[i] returns the coefficient of x when written as a polynomial in the generator of the number field.
x[i]
x
For p-adics, it currently returns the coefficient in the π-adic expansion.
A deprecation warning has been introduced in #14825 to change the behaviour of p-adic elements.
See also #26408, #13300.
Depends on #14825
Component: padics
Keywords: padicBordeaux
Issue created by migration from https://trac.sagemath.org/ticket/26406
The text was updated successfully, but these errors were encountered:
Changed keywords from none to padicBordeaux
Sorry, something went wrong.
No branches or pull requests
For a number field element,
x[i]
returns the coefficient ofx
when written as a polynomial in the generator of the number field.For p-adics, it currently returns the coefficient in the π-adic expansion.
A deprecation warning has been introduced in #14825 to change the behaviour of p-adic elements.
See also #26408, #13300.
Depends on #14825
Component: padics
Keywords: padicBordeaux
Issue created by migration from https://trac.sagemath.org/ticket/26406
The text was updated successfully, but these errors were encountered: