previous | start | next

More Classes and Instance Methods: BigInteger

The Java API class BigInteger allows "infinite" precision integer arithmetic.

But the usual operator symbols: + - * / cannot be used.

Instead the BigInteger class has instance methods:



previous | start | next