Big Integer (java.math)#
BigInteger class is used for mathematical operation which involves very big integer calculations that are outside the limit of all available primitive data types.
Instantiate#
Methods#
 BigInteger A, B, C;
Arthimetic
compareTo() - returns -1, 0, 1
equals() - returns -1, 0, 1
isProbablePrime() - returns true/ false if nummber is prime
gcd() - returns gcd of 2 numbers
intValue() - conversion BigInter to value