Package com.singularsys.jep.functions
Class ArcTangent2
java.lang.Object
com.singularsys.jep.functions.PostfixMathCommand
com.singularsys.jep.functions.BinaryFunction
com.singularsys.jep.functions.ArcTangent2
- All Implemented Interfaces:
PostfixMathCommandI,RealBinaryFunction,Serializable
atan2(y, x) Returns the angle whose tangent is y/x.
- Author:
- nathan
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.singularsys.jep.functions.BinaryFunction
BinaryFunction.BiFunctionWithException<T> -
Field Summary
Fields inherited from class com.singularsys.jep.functions.PostfixMathCommand
curNumberOfParameters, description, name, NaN, numberOfParameters -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.singularsys.jep.functions.BinaryFunction
instanceOf, instanceOf, instanceOf, instanceOf, runMethods inherited from class com.singularsys.jep.functions.PostfixMathCommand
asArray, asBool, asDouble, asInt, asLong, asStrictInt, asString, asType, checkNumberOfParameters, getDescription, getDescription, getDescriptionWithType, getName, getNumberOfParameters, setCurNumberOfParameters, setDescription, setName, toString, toString
-
Constructor Details
-
ArcTangent2
public ArcTangent2()
-
-
Method Details
-
eval
Description copied from class:BinaryFunctionEvaluate the function- Specified by:
evalin classBinaryFunction- Parameters:
lo- lhs argumentro- rhs argument- Returns:
- the results
- Throws:
EvaluationException- if the function cannot be evaluated.
-
evaluate
public double evaluate(double l, double r) - Specified by:
evaluatein interfaceRealBinaryFunction
-