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

◆ chebtd()

double chebtd ( unsigned int  n,
double  x 
)

Derivative of Chebyshev polynomial of first kind Tn'(x)

Purpose
chebtd computes the derivative of the Chebyshev polynomial of the first kind Tn'(x).
Returns
Derivative of Chebyshev polynomial of first kind Tn'(x).
Parameters
[in]nArgument n. (n >= 0)
[in]xArgument x.
Error handling
  • Range error (ERANGE) may occur.
Note
  • If x < -1 or x > 1, this routine is much slower and recommended not to be used.
Reference
boost/math/special_functions