Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site











SourceForge.net Logo

PolynomialEquation

 

class PolynomialEquation : public ExplicitEquation

 

PolynomialEquation represents a nth degree polynomial like y = 3*x^2 + 2*x - 1

 

 

Public Member List


 

virtual void SetDegree(int num)

Sets num as the exponent of the highest power of the independent variables.

A polynomial of degree num has num + 1 coefficients.

 

 

Do you want to contribute?