Finite prime field is also known as F_p or GF(p). It has prime number cardinality.
Create a FinitePrimeField instance with the given characteristic.
Create FinitePrimeFieldElement with seed.
Return the characteristic of the field.
Report whether another ring contains the field as a subring.
Report whether the field is a superring of another ring. Since the field is a prime field, it can be a superring of itself only.
gcd(a, b), getQuotientField(), isfield()
isdomain(), iseuclidean(), isnoetherian(), ispid(), isufd()
in | membership test |
== | equality |
len | Cardinality of the field |
(These properties are new in 0.4.1)