Click or drag to resize

AdvancedMathInverseErf Method

Computes the inverse error function.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double InverseErf(
	double y
)

Parameters

y
Type: SystemDouble
The error function value erf(x), which must lie between -1 and 1.

Return Value

Type: Double
The corresponding argument x.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiony is outside [-1,1].
See Also