Top
Back: bigint expressions
Forward: bigint related functions
FastBack: Data types
FastForward: bigintmat
Up: bigint
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

4.1.3 bigint operations

+
addition
-
negation or subtraction
*
multiplication
div
integer division (omitting the remainder >= 0)
mod, %
integer modulo (the remainder of the division div)
^, **
exponentiation (exponent must be non-negative)
<, >, <=, >=, ==, <>
comparators


Example:
 


Top Back: bigint expressions Forward: bigint related functions FastBack: Data types FastForward: bigintmat Up: bigint Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-6, Dec 2012, generated by texi2html.