NonNegativeRationalΒΆ
fraction.spad line 602 [edit on github]
NonNegativeRational is domain of nonnegative rational numbers.
- 0: %
 from AbelianMonoid
- 1: %
 from MagmaWithUnit
- *: (%, %) -> %
 from LeftModule %
- *: (NonNegativeInteger, %) -> %
 from AbelianMonoid
- *: (PositiveInteger, %) -> %
 from AbelianSemiGroup
- +: (%, %) -> %
 from AbelianSemiGroup
- <=: (%, %) -> Boolean
 from PartialOrder
- <: (%, %) -> Boolean
 from PartialOrder
- >=: (%, %) -> Boolean
 from PartialOrder
- >: (%, %) -> Boolean
 from PartialOrder
- ^: (%, NonNegativeInteger) -> %
 from MagmaWithUnit
- ^: (%, PositiveInteger) -> %
 from Magma
- antiCommutator: (%, %) -> %
 
- coerce: % -> OutputForm
 from CoercibleTo OutputForm
- convert: % -> InputForm
 from ConvertibleTo InputForm
- inf: (%, %) -> %
 
- latex: % -> String
 from SetCategory
- leftPower: (%, NonNegativeInteger) -> %
 from MagmaWithUnit
- leftPower: (%, PositiveInteger) -> %
 from Magma
- leftRecip: % -> Union(%, failed)
 from MagmaWithUnit
- max: (%, %) -> %
 from OrderedSet
- min: (%, %) -> %
 from OrderedSet
- one?: % -> Boolean
 from MagmaWithUnit
- opposite?: (%, %) -> Boolean
 from AbelianMonoid
- recip: % -> Union(%, failed)
 from MagmaWithUnit
- rightPower: (%, NonNegativeInteger) -> %
 from MagmaWithUnit
- rightPower: (%, PositiveInteger) -> %
 from Magma
- rightRecip: % -> Union(%, failed)
 from MagmaWithUnit
- sample: %
 from AbelianMonoid
- smaller?: (%, %) -> Boolean
 from Comparable
- subtractIfCan: (%, %) -> Union(%, failed)
 
- sup: (%, %) -> %
 
- zero?: % -> Boolean
 from AbelianMonoid
BiModule(%, %)