Interface BigDecimalHandler

    • Method Detail

      • divide

        BigDecimal divide​(BigDecimal dividend,
                          BigDecimal divisor)
        Divides two BigDecimal values.
        Parameters:
        dividend - the dividend
        divisor - the divisor
        Returns:
        the division result, rounded according to the rules of the specific implementation