Antkeeper
0.0.1
|
Polynomial functions. More...
Namespaces | |
chebyshev | |
Chebychev polynomials. | |
Functions | |
template<class InputIt , class T > | |
constexpr T | horner (InputIt first, InputIt last, T x) |
Evaluates a polynomial using Horner's method. More... | |
Polynomial functions.
|
constexpr |
Evaluates a polynomial using Horner's method.
first,last | Range of polynomial coefficients, in descending order of degree. |
x | Variable value. |
Definition at line 41 of file polynomial.hpp.