Click or drag to resize

ComplexErrorFunctionRelatedErfi Method

The imaginary error function erfi(x) = -i cerf(ix).

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

Parameters

x  Double
The real argument x.

Return Value

Double
Value of the imaginary error function erfi(x) = -i cerf(ix).
See Also