ParabolicCylinder
Advanced Analysis Library Only
double ParabolicCylinder (double x, double v);
Purpose
Computes the parabolic cylinder function, Dv(x), which is a solution of the following differential equation:
Parameters
Input | ||
Name | Type | Description |
x | double | The input parameter. |
v | double | The order of the parabolic cylinder function. |
Return Value
Name | Type | Description |
result | double | The value of the parabolic cylinder function. |
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later