Click or drag to resize

PressureEpsilon Field

Represents the smallest value of Accuracy that will successfully evaluate equality without boundary condition errors.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
[JsonIgnoreAttribute]
public const double Epsilon = 1E-16

Field Value

Double
Remarks
This value represents a limitation in IEEE binary math, not in the IDEA™. It is equal to 1^-16.
See Also