Quad.InverseErf Method

Evaluates the inverse of the error function.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Quad InverseErf(
	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