Class BigDecNegate

All Implemented Interfaces:
FixedPrecisionFunctionI, PostfixMathCommandI, RealUnaryFunction, Serializable

public class BigDecNegate extends UMinus implements FixedPrecisionFunctionI
Unary minus negation function for BigDecimals. Uses BigDecimal.negate(MathContext).

Since Jep 4.1 can work with vectors.

See Also: