|
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
)
Public Shared Function Erfc (
value As Double
) As Double
Request Example
View SourceParameters
- value
- Type: SystemDouble
Return Value
Type:
DoubleRemarks
http://mathworld.wolfram.com/Erfc.html
See Also