public class GPower extends PostfixMathCommand
curNumberOfParameters, numberOfParameters
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
pow(java.lang.Object param1,
java.lang.Object param2) |
void |
run(java.util.Stack stack)
Calculates the result of applying the "+" operator to the arguments from
the stack and pushes it back on the stack.
|
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameters
public GPower(GroupI group)
public void run(java.util.Stack stack) throws ParseException
run
in interface PostfixMathCommandI
run
in class PostfixMathCommand
ParseException
public java.lang.Object pow(java.lang.Object param1, java.lang.Object param2) throws ParseException
ParseException
http://www.singularsys.com/jep Copyright © 2007 Singular Systems