XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches

◆ Chebtd_sub()

Sub Chebtd_sub ( Ret As  Double,
N As  Long,
X As  Double,
Optional Info As  Long 
)

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

Purpose
Computes the derivative of the Chebyshev polynomial of the first kind Tn'(x).
Parameters
[out]RetDerivative of Chebyshev polynomial of first kind Tn'(x).
[in]NArgument n. (N >= 0)
[in]XArgument x.
[out]Info(Optional)
= 0: Successful exit.
= -1: The argument N had an illegal value. (N <= 0)
= 1: Floating point range error.
Reference
boost/math/special_functions