Click or drag to resize

SpecialFunctionsStruveL1 Method

Returns the modified Struve function of order 1.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double StruveL1(
	double x
)

Parameters

x  Double
The value to compute the function of.

Return Value

Double
The value of the modified Struve function L1 at x.
See Also