|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PostfixMathCommand | +--Exp
An extension to the Java Expression Parser (JEP) to allow an exponential function to be expressed as "exp(x)", rather than "e^x". JEP may be obtained from http://jep.sourceforge.net. Newer versions may include this extension.
Constructor Summary | |
Exp()
|
Method Summary | |
void |
run(java.util.Stack inStack)
Applies the function to the parameters on the stack. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Exp()
Method Detail |
public void run(java.util.Stack inStack) throws ParseException
ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |