sage: K = FiniteFields() sage: K Category of finite fields sage: FiniteField(17) in K True sage: RationalField() in K False sage: K(RationalField()) Traceback (most recent call last): ... TypeError: unable to canonically associate a finite field to Rational Field
__call__,
__contains__
See About this document... for information on suggesting changes.