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-precision The input parameter.
v double-precision The order of the parabolic cylinder function.

Return Value

Name Type Description
result double-precision The value of the parabolic cylinder function.