Class Functionz
Complex Function Grapher
Class Functionz
Object
|
+----Functionz
- public class Functionz
- extends Object
The Functionz object implements a function of a complex variable
z. It depends upon the Complex class. It can be defined from an
infix string and evaluated at a Complex value.
Last Updated February 27, 2001.
Copyright 1997-2001
- Version:
- 1.0
- Author:
- Andrew G. Bennett
- See Also:
- Complex
-
Functionz(String)
-
Standard Constructor
-
eval(Complex)
-
Evaluate function at given value
-
toString()
- overrides Object toString method
Functionz
public Functionz(String s)
- Standard Constructor
- Parameters:
- s - formula defining the function
eval
public Complex eval(Complex z)
- Evaluate function at given value
- Parameters:
- z - given value
- Returns:
- function value
toString
public java.lang.String toString()
- overrides Object toString method
- Returns:
- formula defining the function
- Overrides:
- toString in class Object
Please report any problems with this page to
bennett@math.ksu.edu