Class EvalMath

java.lang.Object
net.sourceforge.plantuml.preproc.EvalMath

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

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

    Modifier and Type
    Method
    Description
    double
     
    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 Details

    • EvalMath

      public EvalMath(java.lang.String str)
  • Method Details

    • eval

      public double eval()
    • main

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