Class BigIntegerMath


  • @GwtCompatible(emulated=true)
    public final class BigIntegerMath
    extends Object
    A class for arithmetic on values of type BigInteger.

    The implementations of many methods in this class are based on material from Henry S. Warren, Jr.'s Hacker's Delight, (Addison Wesley, 2002).

    Similar functionality for int and for long can be found in IntMath and LongMath respectively.

    Since:
    11.0
    Author:
    Louis Wasserman