Click or drag to resize

UtilitiesEpsilon Method (Double)

Computes the positive distance from Math.Abs(x) to the next larger in magnitude floating point number of the same precision as x.

Namespace:  FinMath
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static double Epsilon(
	double x
)

Parameters

x
Type: SystemDouble
The value for which to compute relative accuracy.

Return Value

Type: Double
Floating-point relative accuracy for x
See Also