p, [name=None]) |
characteristic,
degree,
gen,
modulus,
order,
polynomial
Further documentation:
) |
Returns the degree of the finite field, which is a positive integer.
sage: FiniteField(3).degree() 1 sage: FiniteField(3**20).degree() 20
Instances of class FiniteField_prime_modn also have the following special methods:
__repr__
See About this document... for information on suggesting changes.