PolynomialD0 defines a degree 0 polynomial.
Default constructorPostcondition: myA == 0.0.
Construct from doubleReceive: double aValue.
Postcondition: myA == aValue.
Construct from StringReceive: StringBuffer polyString.
Precondition: polyString is of the form "a", where a is a numeric value.
Postcondition: myA == a && a has been removed from polyString.
A-attribute accessorReturn: myA.
A-attribute mutatorReceive: double newA.
Postcondition: myA == newA.
String converter (output)Return: the String equivalent to myA.
Back to the package documentation index