Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/src/sage/rings/finite_rings/element_base.pxd
8820 views
from sage.structure.element cimport CommutativeRingElement

cdef class FiniteRingElement(CommutativeRingElement):
    pass

cdef class FinitePolyExtElement(FiniteRingElement):
    pass