Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 't/23331/allow_exact_defining_polynomials_for_p_adic_ext…
Browse files Browse the repository at this point in the history
…ensions' into t/20310/change_precision
  • Loading branch information
roed314 committed Jul 20, 2017
2 parents 7428353 + bd15d71 commit 99dccf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/padics/padic_extension_generic.py
Expand Up @@ -152,7 +152,7 @@ def degree(self):
"""
return self._given_poly.degree()

def defining_polynomial(self):
def defining_polynomial(self, exact=False):
"""
Returns the polynomial defining this extension.
Expand Down

0 comments on commit 99dccf6

Please sign in to comment.