logo


math
Class FunctionEvaluation

java.lang.Object
  extended by 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.


Field Summary
 
Fields inherited from interface math.Evaluation
CONSTANT, FUNCTION, OPERATION, VARIABLE
 
Constructor Summary
FunctionEvaluation(MathToken opr, Evaluation left)
 
Method Summary
 boolean equals(int id)
 boolean is_analytic()
 complex operate(ComplexVarList variables)
 java.lang.String toString()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionEvaluation

public FunctionEvaluation(MathToken opr,
                          Evaluation left)
Parameters:
opr -
left -
Method Detail

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: