XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches

◆ gegenbauerd1()

double gegenbauerd1 ( unsigned int  n,
double  lambda,
double  x 
)

First derivative of Gegenbauer polynomial Cn(λ)(x)

Purpose
This function computes the first derivative of the Gegenbauer polynomial.
Returns
The first derivative of Gegenbauer polynomial Cn(λ)(x).
Parameters
[in]nDegree of polynomial n. (n >= 0)
[in]lambdaParameter λ.
[in]xArgument x.
Error handling
  • Range error (ERANGE) may be reported.
Reference
boost/math/special_functions