| # | Line 63 | Line 63 | namespace oopse { | |
|---|---|---|
| 63 | class ChebyshevPolynomials { | |
| 64 | public: | |
| 65 | ChebyshevPolynomials(int maxPower); | |
| 66 | < | |
| 66 | > | virtual ~ChebyshevPolynomials() {} | 
| 67 | /** | |
| 68 | * Calculates the value of the nth Chebyshev Polynomial evaluated at the given x value. | |
| 69 | * @return The value of the nth Chebyshev Polynomial evaluates at the given x value | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |