Special.Erf(Double, Double) Method

Evaluates the two-argument error function.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double Erf(
	double x1,
	double x2
)

Parameters

x1  Double
The first argument.
x2  Double
The second argument.

Return Value

Double
The value of the error function for the specified arguments.

See Also