Click or drag to resize

NMathFunctionsDoubleMachineEpsilon Property

The double precision machine epsilon for this machine.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double DoubleMachineEpsilon { get; }

Property Value

Double
Remarks
Machine epsilon, eps, is defined as the largest number for which 1.0 + eps == 1.0.
See Also