Polynomial is a C++ class facilitating the evaluation of polynomials of a single indeterminate.
For example: the following code evaluates f(x) = 2x3 – 3x2 + 4x + 1 for values of x between -10 and 10.
GitHub: Polynomial
Download ZIP
James A. Chappell's technical web log
Polynomial is a C++ class facilitating the evaluation of polynomials of a single indeterminate.
For example: the following code evaluates f(x) = 2x3 – 3x2 + 4x + 1 for values of x between -10 and 10.
GitHub: Polynomial
Download ZIP