U64IntΒΆ
u32vec.spad line 1 [edit on github]
Domain of unsigned 64-bit integers. It is used to declare that values of local variables fit into 64 bits.
- 0: %
- from AbelianMonoid 
- 1: %
- from MagmaWithUnit 
- *: (%, %) -> %
- from Magma 
- *: (Integer, %) -> %
- from AbelianGroup 
- *: (NonNegativeInteger, %) -> %
- from AbelianMonoid 
- *: (PositiveInteger, %) -> %
- from AbelianSemiGroup 
- +: (%, %) -> %
- from AbelianSemiGroup 
- -: % -> %
- from AbelianGroup 
- -: (%, %) -> %
- from AbelianGroup 
- ^: (%, NonNegativeInteger) -> %
- from MagmaWithUnit 
- ^: (%, PositiveInteger) -> %
- from Magma 
- annihilate?: (%, %) -> Boolean
- from Rng 
- antiCommutator: (%, %) -> %
- associator: (%, %, %) -> %
- from NonAssociativeRng 
- characteristic: () -> NonNegativeInteger
- from NonAssociativeRing 
- coerce: % -> OutputForm
- from CoercibleTo OutputForm 
- coerce: Integer -> %
- from NonAssociativeRing 
- commutator: (%, %) -> %
- from NonAssociativeRng 
- latex: % -> String
- from SetCategory 
- leftPower: (%, NonNegativeInteger) -> %
- from MagmaWithUnit 
- leftPower: (%, PositiveInteger) -> %
- from Magma 
- leftRecip: % -> Union(%, failed)
- from MagmaWithUnit 
- one?: % -> Boolean
- from MagmaWithUnit 
- opposite?: (%, %) -> Boolean
- from AbelianMonoid 
qconvert: Integer -> %
- recip: % -> Union(%, failed)
- from MagmaWithUnit 
- rightPower: (%, NonNegativeInteger) -> %
- from MagmaWithUnit 
- rightPower: (%, PositiveInteger) -> %
- from Magma 
- rightRecip: % -> Union(%, failed)
- from MagmaWithUnit 
- sample: %
- from AbelianMonoid 
- subtractIfCan: (%, %) -> Union(%, failed)
- zero?: % -> Boolean
- from AbelianMonoid 
BiModule(%, %)