Advanced Analysis Library Only
double ParabolicCylinder (double x, double v);
Computes the parabolic cylinder function, Dv(x), which is a solution of the following differential equation:
Input | ||
Name | Type | Description |
x | double-precision | The input parameter. |
v | double-precision | The order of the parabolic cylinder function. |
Name | Type | Description |
result | double-precision | The value of the parabolic cylinder function. |