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

◆ jacobid1()

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

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

Purpose
This function computes the first derivative of the Jacobi polynomial.
Returns
The first 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