Class Polynomial

  • All Implemented Interfaces:
    PNodeI, java.io.Serializable, java.lang.Comparable<PNodeI>

    public class Polynomial
    extends AbstractPNode
    Represents a polynomial. i.e. a sum of terms which are typically Monomials, but can be any AbstractPNode. The order of the terms is specified by the total ordering.
    Author:
    Rich Morris Created on 14-Dec-2004
    See Also:
    Serialized Form