Uses of Class
edu.ucsb.cs56.polynomial.Polynomial
-
-
Uses of Polynomial in edu.ucsb.cs56.polynomial
Methods in edu.ucsb.cs56.polynomial that return Polynomial Modifier and Type Method Description Polynomial
Polynomial. minus(Polynomial p)
return a new Polynomial which has as its value the this polynomial minus the one passed in as a parameter.Polynomial
Polynomial. plus(Polynomial p)
return a new Polynomial which has as its value the this polynomial plus the one passed in as a parameter.Polynomial
Polynomial. times(Polynomial p)
return a new Polynomial which has as its value the this polynomial times the one passed in as a parameter.Methods in edu.ucsb.cs56.polynomial with parameters of type Polynomial Modifier and Type Method Description Polynomial
Polynomial. minus(Polynomial p)
return a new Polynomial which has as its value the this polynomial minus the one passed in as a parameter.Polynomial
Polynomial. plus(Polynomial p)
return a new Polynomial which has as its value the this polynomial plus the one passed in as a parameter.Polynomial
Polynomial. times(Polynomial p)
return a new Polynomial which has as its value the this polynomial times the one passed in as a parameter.
-