Class BigDecAbs

All Implemented Interfaces:
PostfixMathCommandI, RealUnaryFunction, Serializable

public class BigDecAbs extends Abs
Absolute value function for BigDecimals, Double and other Number types. Uses BigDecimal.abs() for BigDecimals and Abs for other types.
Author:
Richard Morris
See Also: