Polynomial Functions

Her(n, x) Hermite

Tcheb(n, x) Chebyshev of the first kind.

Lag(n, x) Laguerre

Ucheb(n, x) Chebyshev of the second kind.

Leg(n, x) Legendre

Jac(n, a, b, x) Jacobi with parameters a and b.

These functions return the value of the listed polynomial of degree n at x.

Arguments:

Notes: