sage: K = Fields() sage: K Category of fields sage: K(IntegerRing()) Rational Field sage: K(PolynomialRing(GF(3))) Fraction field of Univariate Polynomial Ring in x over Finite field of size 3 sage: K(RealField()) Real Field with 53 bits of precision
__call__,
__contains__
See About this document... for information on suggesting changes.