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.
    Division function for BigDecimals, Double and other Number types.
    Modulus function for BigDecimals, Double and other Number types.
    Multiplication function for BigDecimals, Double and other Number types.
    Unary minus negation function for BigDecimals.
    Power function for BigDecimals, Double and other Number types.
    Implements the relational operations <, >, <=, >=, !
    Rounding functions for BigDecimals.
    Rounding functions to round to a specific number of significant figures.
    The signum function for BigDecimals.
    Subtraction function for BigDecimals, Double and other Number types.
    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.
    Sum function, expanding its arguments together.