Evaluates the complementary error function.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Quad Erfc(
Quad value
)
Public Shared Function Erfc (
value As Quad
) As Quad
public:
static Quad Erfc(
Quad value
)
static member Erfc :
value : Quad -> Quad
Parameters
- value
- Type: Extreme.MathematicsQuad
The argument for which to evaluate
the function.
Return Value
Type:
QuadThe value of the complementary error function
for the specified argument.
Reference