|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object geometry.ComplexPolynomial
public class ComplexPolynomial
This class is meant to demonstrate the PlanarMap interface.
Constructor Summary | |
---|---|
ComplexPolynomial(Complex... coefficients)
Creates a polynomial from a list of coefficients in order of increasing degree. |
Method Summary | |
---|---|
Complex |
map(Complex z)
Evaluate the polynomial at z. |
String |
toString()
Return a string describing the polynomial as a map of the Complex plane. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ComplexPolynomial(Complex... coefficients)
Method Detail |
---|
public Complex map(Complex z)
map
in interface PlanarMap
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |