Class BigDecMod

All Implemented Interfaces:
FixedPrecisionFunctionI, PostfixMathCommandI, RealBinaryFunction, Serializable

public class BigDecMod extends Modulus implements FixedPrecisionFunctionI
Modulus function for BigDecimals, Double and other Number types. Uses BigDecimal.remainder(BigDecimal, MathContext) which has different behaviour for negative values than standard modulus.
See Also: