@ParametersAreNonnullByDefault
BigInteger
instances.See: Description
Class | Description |
---|---|
BigIntegerMath |
A class for arithmetic on values of type
BigInteger . |
DoubleMath |
A class for arithmetic on doubles that is not covered by
Math . |
DoubleMath.MeanAccumulator | |
DoubleUtils |
Utilities for
double primitives. |
IntMath |
A class for arithmetic on values of type
int . |
LongMath |
A class for arithmetic on values of type
long . |
MathPreconditions |
A collection of preconditions for math functions.
|
BigInteger
instances.
This package is a part of the open-source Guava libraries.
See the Guava User Guide article on math utilities.