Click or drag to resize

UtilitiesEpsilon Method

Computes the distance from 1.0 to the next largest double-precision number.

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

Return Value

Type: Double
Floating-point relative accuracy for 1.0.
See Also