java.lang.Object
com.hartmath.mapping.E2Arg
- All Implemented Interfaces:
- FunctionEvaluator
- public class E2Arg
- extends java.lang.Object
- implements FunctionEvaluator
Evaluate functions with 2 arguments
|
Constructor Summary |
E2Arg()
|
|
Method Summary |
com.hartmath.expression.HObject |
binaryOperator(com.hartmath.expression.HObject o0,
com.hartmath.expression.HObject o1)
Method Declaration. |
com.hartmath.expression.HObject |
e2ComArg(com.hartmath.expression.HComplex c0,
com.hartmath.expression.HComplex c1)
Method Declaration. |
com.hartmath.expression.HObject |
e2DblArg(com.hartmath.expression.HDouble d0,
com.hartmath.expression.HDouble d1)
Method Declaration. |
com.hartmath.expression.HObject |
e2DblComArg(com.hartmath.expression.HDoubleComplex d0,
com.hartmath.expression.HDoubleComplex d1)
Method Declaration. |
com.hartmath.expression.HObject |
e2FraArg(com.hartmath.expression.HFraction f0,
com.hartmath.expression.HFraction f1)
Method Declaration. |
com.hartmath.expression.HObject |
e2FunArg(com.hartmath.expression.HFunction f0,
com.hartmath.expression.HFunction f1)
Method Declaration. |
com.hartmath.expression.HObject |
e2IntArg(com.hartmath.expression.HInteger i0,
com.hartmath.expression.HInteger i1)
Method Declaration. |
com.hartmath.expression.HObject |
e2ObjArg(com.hartmath.expression.HObject o0,
com.hartmath.expression.HObject o1)
Method Declaration. |
com.hartmath.expression.HObject |
eComIntArg(com.hartmath.expression.HComplex c0,
com.hartmath.expression.HInteger i1)
Method Declaration. |
com.hartmath.expression.HObject |
eFunIntArg(com.hartmath.expression.HFunction f0,
com.hartmath.expression.HInteger i1)
Method Declaration. |
com.hartmath.expression.HObject |
evaluate(com.hartmath.expression.HFunction vect)
Evaluate the given function if possible. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
E2Arg
public E2Arg()
evaluate
public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction vect)
- Description copied from interface:
FunctionEvaluator
- Evaluate the given function if possible.
- Specified by:
evaluate in interface FunctionEvaluator
binaryOperator
public com.hartmath.expression.HObject binaryOperator(com.hartmath.expression.HObject o0,
com.hartmath.expression.HObject o1)
- Method Declaration.
e2ObjArg
public com.hartmath.expression.HObject e2ObjArg(com.hartmath.expression.HObject o0,
com.hartmath.expression.HObject o1)
- Method Declaration.
e2DblArg
public com.hartmath.expression.HObject e2DblArg(com.hartmath.expression.HDouble d0,
com.hartmath.expression.HDouble d1)
- Method Declaration.
e2DblComArg
public com.hartmath.expression.HObject e2DblComArg(com.hartmath.expression.HDoubleComplex d0,
com.hartmath.expression.HDoubleComplex d1)
- Method Declaration.
e2IntArg
public com.hartmath.expression.HObject e2IntArg(com.hartmath.expression.HInteger i0,
com.hartmath.expression.HInteger i1)
- Method Declaration.
e2FraArg
public com.hartmath.expression.HObject e2FraArg(com.hartmath.expression.HFraction f0,
com.hartmath.expression.HFraction f1)
- Method Declaration.
eComIntArg
public com.hartmath.expression.HObject eComIntArg(com.hartmath.expression.HComplex c0,
com.hartmath.expression.HInteger i1)
- Method Declaration.
e2ComArg
public com.hartmath.expression.HObject e2ComArg(com.hartmath.expression.HComplex c0,
com.hartmath.expression.HComplex c1)
- Method Declaration.
e2FunArg
public com.hartmath.expression.HObject e2FunArg(com.hartmath.expression.HFunction f0,
com.hartmath.expression.HFunction f1)
- Method Declaration.
eFunIntArg
public com.hartmath.expression.HObject eFunIntArg(com.hartmath.expression.HFunction f0,
com.hartmath.expression.HInteger i1)
- Method Declaration.