PrecisionMachineEpsilon Field |
Actual double precision machine epsilon, the smallest number that can be subtracted from 1, yielding a results different than 1.
This is also known as unit roundoff error. According to the definition of Prof. Demmel.
On a standard machine this is equivalent to `DoublePrecision`.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static readonly double MachineEpsilon
Field Value
DoubleSee Also