Class BigDecAbs

  • All Implemented Interfaces:
    PostfixMathCommandI, RealUnaryFunction, java.io.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:
    Serialized Form