Struve

Advanced Analysis Library Only

double Struve (double x, double v);

Purpose

Computes the Struve function. The Struve function of order v, Hv(x), is a solution of the following differential equation:

Parameters

Input
Name Type Description
x double-precision The input argument.
v double-precision The index parameter.

Return Value

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