[][src]Module bacon_sci::special

Functions

chebyshev

Get the nth chebyshev polynomial.

chebyshev_second

Get the nth chebyshev polynomial of the second kind.

hermite

Get the nth hermite polynomial.

hermite_zeros

Get the zeros of the nth Hermite polynomial within tolerance tol with polynomial tolerance poly_tol

laguerre

Get the nth (positive) laguerre polynomial.

laguerre_zeros

Get the zeros of the nth Laguerre polynomial

legendre

Get the nth legendre polynomial.

legendre_zeros

Get the zeros of the nth legendre polynomial. Calculate zeros to tolerance tol, have polynomials with tolerance poly_tol.