OrderedSemiGroupΒΆ
catdef.spad line 984 [edit on github]
Semigroups with compatible ordering.
- <=: (%, %) -> Boolean
from PartialOrder
- <: (%, %) -> Boolean
from PartialOrder
- >=: (%, %) -> Boolean
from PartialOrder
- >: (%, %) -> Boolean
from PartialOrder
- ^: (%, PositiveInteger) -> %
from Magma
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- latex: % -> String
from SetCategory
- leftPower: (%, PositiveInteger) -> %
from Magma
- max: (%, %) -> %
from OrderedSet
- min: (%, %) -> %
from OrderedSet
- rightPower: (%, PositiveInteger) -> %
from Magma
- smaller?: (%, %) -> Boolean
from Comparable