Class EvalMath


  • public class EvalMath
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EvalMath​(java.lang.String str)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double eval()  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EvalMath

        public EvalMath​(java.lang.String str)
    • Method Detail

      • eval

        public double eval()
      • main

        public static void main​(java.lang.String[] args)