Quad.Erf Method

Evaluates the error function.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Quad Erf(
	Quad value
)

Parameters

value  Quad
The argument for which to evaluate the function.

Return Value

Quad
The value of the error function for the specified argument.

See Also