- A truncated Taylor series is just a polynomial, and a computer can handle
- only maths needed are addition and multiplication
- Any continuous function can be approximated uniformly over a finite interval by a polynomial
- Chebyshev polynomial; better then Taylor series in approximating functions
- Legendre polynomial; good way to integrate a function numerically
- use nested form
instead of
- since the former has four multiplications and three additions instead of six multiplications and three additions
Cem Ozdogan
2011-12-27