Quad.InverseErf Method
Evaluates the inverse of the error function.
DefinitionPermalink
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
C#
The value of the error function for the specified argument.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
public static Quad InverseErf(
Quad value
)
ParametersPermalink
- value Quad
- The argument for which to evaluate the function.
Return ValuePermalink
QuadThe value of the error function for the specified argument.