public static class MathArithTypeEnum.DivideBigDecConvComputerWithMathCtx extends MathArithTypeEnum.DivideBigDecConvComputerBase
Constructor and Description |
---|
DivideBigDecConvComputerWithMathCtx(SimpleNumberBigDecimalCoercer convOne,
SimpleNumberBigDecimalCoercer convTwo,
boolean divisionByZeroReturnsNull,
MathContext mathContext) |
Modifier and Type | Method and Description |
---|---|
Number |
doDivide(BigDecimal s1,
BigDecimal s2) |
compute
public DivideBigDecConvComputerWithMathCtx(SimpleNumberBigDecimalCoercer convOne, SimpleNumberBigDecimalCoercer convTwo, boolean divisionByZeroReturnsNull, MathContext mathContext)
public Number doDivide(BigDecimal s1, BigDecimal s2)
doDivide
in class MathArithTypeEnum.DivideBigDecConvComputerBase