Constant for the theoretical limit of the relative error of double precision numbers.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public static readonly double DoublePrecision
Visual C++
public:
static initonly double DoublePrecision
F#
static val DoublePrecision: float

Remarks

With p=53 significand (IEEE-754), it is Math.Pow(2,-53), which is roughly 1.1e-16.

See Also