Interface ArithmeticOperator

    • Method Detail

      • calculate

        Numeric calculate​(Term[] args)
        Returns the result of the calculation using the specified arguments.
        Parameters:
        args - the arguments to use in the calculation
        Returns:
        the result of the calculation using the specified arguments