public final class BigDecimalUtils
extends java.lang.Object
BigDecimal handling.| Modifier and Type | Method and Description |
|---|---|
static java.math.BigDecimal |
divide(java.math.BigDecimal dividend,
java.math.BigDecimal divisor)
Divides two
BigDecimal values. |
public static java.math.BigDecimal divide(java.math.BigDecimal dividend,
java.math.BigDecimal divisor)
BigDecimal values.
If running on Java 1.5 or newer, Java15BigDecimalHandler is used to divide
the values. Otherwise, the operation is delegated to Java14BigDecimalHandler.
dividend - the dividenddivisor - the divisorBigDecimalHandler instance© 2001-2010 Jaspersoft Corporation www.jaspersoft.com