PressureEpsilon Field

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

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
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