Closed tjg closed 9 years ago
The documentation says Multiplier should be either a java.math.BigDecimal or a double. But you'd get an IllegalArgumentException if you tried to pass in a BigDecimal.
Multiplier should be either a java.math.BigDecimal or a double.
IllegalArgumentException
The documentation says
Multiplier should be either a java.math.BigDecimal or a double.
But you'd get anIllegalArgumentException
if you tried to pass in a BigDecimal.