Class BigIntegerMath

java.lang.Object
com.google.common.math.BigIntegerMath

@GwtCompatible(emulated=true) @Deprecated(since="2022-12-01") public final class BigIntegerMath extends Object
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
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