|
|
◆ WGegenbauerd1()
| Function WGegenbauerd1 |
( |
N As |
Long, |
|
|
Lambda As |
Double, |
|
|
X As |
Double |
|
) |
| |
First derivative of Gegenbauer polynomial Cn(λ)(x)
- Purpose
- This function computes the first derivative of the Gegenbauer polynomial.
- Returns
- The first derivative of Gegenbauer polynomial Cn(λ)(x).
- Parameters
-
| [in] | N | Degree of polynomial n. (N >= 0) |
| [in] | Lambda | Parameter λ. |
| [in] | X | Argument x. |
- Reference
- boost/math/special_functions
|