Click or drag to resize

SpecialFunctionsErfInv Method

Calculates the inverse error function evaluated at z.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double ErfInv(
	double z
)

Parameters

z  Double
value to evaluate.

Return Value

Double
The inverse error function evaluated at given value.
Remarks
  • returns double.PositiveInfinity if z >= 1.0.
  • returns double.NegativeInfinity if z <= -1.0.
See Also