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

◆ jacobid2()

double jacobid2 ( unsigned int  n,
double  alpha,
double  beta,
double  x 
)

Second derivative of Jacobi polynomial Pn(α, β)(x)

Purpose
This function computes the second derivative of the Jacobi polynomial.
Returns
The second derivative of Jacobi polynomial Pn(α, β)(x).
Parameters
[in]nDegree of polynomial n. (n >= 0)
[in]alphaParameter α.
[in]betaParameter β.
[in]xArgument x.
Error handling
  • Range error (ERANGE) may be reported.
Reference
boost/math/special_functions