ann.math.polynomial.Polynomial

 

Polynomial defines the interface for a polynomial of one variable.

 

public Polynomial parsePolynomial(String polyString)

Convert String to Polynomial

Receive: String polyString.

Return: the Polynomial equivalent to polyString.

 

public String toString()

String converter (output)

Return: the String equivalent to me.

 

 


Back to the package documentation index


Back to the Introduction


Copyright 2000 by Prentice Hall. All rights reserved.