|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.singularsys.jep.functions.PostfixMathCommand
com.singularsys.jep.functions.ArcTangent2
public class ArcTangent2
atan2(y, x) Returns the angle whose tangent is y/x.
| Field Summary |
|---|
| Fields inherited from class com.singularsys.jep.functions.PostfixMathCommand |
|---|
curNumberOfParameters, numberOfParameters |
| Constructor Summary | |
|---|---|
ArcTangent2()
|
|
| Method Summary | |
|---|---|
double |
evaluate(double l,
double r)
|
void |
run(java.util.Stack<java.lang.Object> inStack)
Run the function on the stack. |
| Methods inherited from class com.singularsys.jep.functions.PostfixMathCommand |
|---|
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArcTangent2()
| Method Detail |
|---|
public void run(java.util.Stack<java.lang.Object> inStack)
throws EvaluationException
PostfixMathCommandI
run in interface PostfixMathCommandIEvaluationException
public double evaluate(double l,
double r)
evaluate in interface RealBinaryFunction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||