math
Class FunctionEvaluation
java.lang.Object
math.FunctionEvaluation
- All Implemented Interfaces:
- Evaluation
public class FunctionEvaluation
- extends java.lang.Object
- implements Evaluation
Represents unary functions on complex numbers
yeah.
FunctionEvaluation.java
ResFracti
Created by Michael Rule on Mon Apr 04 2005.
Copyright (c) 2005 __MyCompanyName__. All rights reserved.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FunctionEvaluation
public FunctionEvaluation(MathToken opr,
Evaluation left)
- Parameters:
opr
- left
-
equals
public boolean equals(int id)
- Specified by:
equals
in interface Evaluation
- Parameters:
id
-
- Returns:
operate
public complex operate(ComplexVarList variables)
- Specified by:
operate
in interface Evaluation
- Parameters:
variables
-
- Returns:
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- Returns:
is_analytic
public boolean is_analytic()
- Specified by:
is_analytic
in interface Evaluation
- Returns: