Class AbstractUnaryArithmeticOperator

    • Constructor Detail

      • AbstractUnaryArithmeticOperator

        public AbstractUnaryArithmeticOperator()
    • Method Detail

      • calculateDouble

        protected abstract double calculateDouble​(double n)
        Returns the result of evaluating an arithmetic expression using the specified argument
      • calculateLong

        protected abstract long calculateLong​(long n)
        Returns the result of evaluating an arithmetic expression using the specified argument