Special.InverseErf Method

Evaluates the inverse of the error function.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double InverseErf(
	double x
)

Parameters

x  Double
The argument for which to evaluate the function.

Return Value

Double
The value of the inverse error function for the specified argument.

See Also