Click or drag to resize

DoubleConstantsDBL_EPSILON Field

Represents the smallest positive number where 1+DBL_EPSILON is not equal to 1. In the IEEE representation, this is 2^-52.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public const double DBL_EPSILON = 2,22044604925031E-16

Field Value

Double
See Also