ErrorFunctionInverseErf Method |
Inverse of the error function Erf(x).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double InverseErf(
double y
)
Parameters
- y Double
- Argument.
Return Value
DoubleA value x so that Erf(x)==y.
See Also