Click or drag to resize

ComplexErrorFunctionRelatedCerfi Method

The imaginary error function cerfi(z) = -i cerf(iz).

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex Cerfi(
	Complex z
)

Parameters

z  Complex
The complex argument z.

Return Value

Complex
Value of the imaginary error function cerfi(z) = -i cerf(iz).
See Also