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