Generated by
JDiff

Class com.google.common.math.BigDecimalMath

Change from non-final to final.

Added Methods
BigInteger toBigInteger(BigDecimal, int) Returns {@code x} converted to a BigInteger, ensuring that the magnitude of {@code x} does not exceed {@code maxIntegerDigits} before performing conversion.
BigInteger toBigIntegerExact(BigDecimal, int) Returns {@code x} converted to a BigInteger, checking that {@code x} has no fractional part and ensuring that the magnitude of {@code x} does not exceed {@code maxIntegerDigits} before performing conversion.