Click or drag to resize

SpecialFunctionsStruveL0 Method

Returns the modified Struve function of order 0.

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

Parameters

x  Double
The value to compute the function of.

Return Value

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