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