Click or drag to resize

ErrorFunctionErfc(Double) Method

Calculates the complementary error function of the argument.

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

Parameters

x  Double
The argument.

Return Value

Double
The complementary error function of the argument.
See Also