|
|
◆ Gegenbauerd1()
| Function Gegenbauerd1 |
( |
N As |
Long, |
|
|
Lambda As |
Double, |
|
|
X As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
First derivative of Gegenbauer polynomial Cn(λ)(x)
- Purpose
- Computes the first derivative of the Gegenbauer polynomial.
- Returns
- Double
The first derivative of Gegenbauer polynomial Cn(λ)(x).
- Parameters
-
| [in] | N | Degree of polynomial n. (N >= 0) |
| [in] | Lambda | Parameter λ. |
| [in] | X | Argument 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
|