Click or drag to resize
Accord.NET (logo)

SpecialErfc Method

Complementary error function of the specified value.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double Erfc(
	double value
)
Request Example View Source

Parameters

value
Type: SystemDouble

Return Value

Type: Double
Remarks
http://mathworld.wolfram.com/Erfc.html
See Also