Class BigDecMul

All Implemented Interfaces:
FixedPrecisionFunctionI, PostfixMathCommandI, RealBinaryFunction, Serializable

public class BigDecMul extends Multiply implements FixedPrecisionFunctionI
Multiplication function for BigDecimals, Double and other Number types. Uses BigDecimal.multiply(BigDecimal,MathContext).

Since Jep 4.1 can work with vectors.

See Also: