Functions to compute Gegenbauer polynomials, their derivatives, and related functions.
Usage
gegenbauer(n, lambda, x)
gegenbauer_prime(n, lambda, x)
gegenbauer_derivative(n, lambda, x, k)
Value
A single numeric value with the computed Gegenbauer polynomial, its derivative, or k-th derivative.
See also
Boost Documentation for more details on the mathematical background.