BigInt 
    Represents an arbitrary-sized Big Integer.
Inheritors
Properties
Link copied to clipboard
                  Determines if this BigInt is negative
Link copied to clipboard
                  Determines if this BigInt is either negative or zero (non-positive)
Link copied to clipboard
                  Determines if this BigInt is positive
Link copied to clipboard
                  Determines if this BigInt is either positive or zero (non-negative)
Functions
Link copied to clipboard
                  Creates a new inclusive BigIntRange ranging from this to that
Link copied to clipboard
                  Converts a BigInt into a BigInteger
Link copied to clipboard
                  Returns a new BigInt with its sign changed. In the case of 0, it returns itself.
Link copied to clipboard
                  Returns this BigInt. A convenience method to make explicit the sign and to have symmetry with unaryMinus.