Class MathProcessor


  • public class MathProcessor
    extends Object
    Author:
    Christopher Brock
    • Constructor Detail

      • MathProcessor

        public MathProcessor()
    • Method Detail

      • doOperations

        public static Object doOperations​(Object val1,
                                          int operation,
                                          Object val2)
      • doOperations

        public static Object doOperations​(Object val1,
                                          int operation,
                                          int type2,
                                          Object val2)
      • doOperations

        public static Object doOperations​(int type1,
                                          Object val1,
                                          int operation,
                                          int type2,
                                          Object val2)