standard_finite_fieldMethod
standard_finite_field(p::Union{ZZRingElem, Integer}, n::Union{ZZRingElem, Integer}) -> FinField

Return a finite field of order $p^n$.

Examples

julia> standard_finite_field(3, 24)
Finite field of degree 24 over GF(3)
Experimental

This function is part of the experimental code in Oscar. Please read here for more details.

source