@ParametersAreNonnullByDefault
Package com.google.common.math
Arithmetic functions operating on primitive values and
BigInteger
instances.
This package is a part of the open-source Guava libraries.
See the Guava User Guide article on math utilities.
-
Class Summary Class Description BigIntegerMath A class for arithmetic on values of typeBigInteger
.DoubleMath A class for arithmetic on doubles that is not covered byMath
.IntMath A class for arithmetic on values of typeint
.LongMath A class for arithmetic on values of typelong
.