Package com.singularsys.jep.bigdecimal.functions


package com.singularsys.jep.bigdecimal.functions
Function classes that operate on BigDecimal numbers.
  • Classes
    Class
    Description
    Absolute value function for BigDecimals, Double and other Number types.
    Function class for the addition operator.
     
     
     
     
     
    Implements the relational operations <, >, <=, >=, != and ==.
    Rounding functions for BigDecimals.
    Rounding functions to round to a specific number of significant figures.
    The signum function for BigDecimals.
     
    A version of the comparative operator which breaks ties between two BigDecimal numbers representing the same value with different precisions, here for the LT operation 2.0 < 2.00 and for the GT operation 2.00 > 2.0.