TExtendedHelper.Epsilon
Precision for this floating point type
Declaration
Source position: syshelph.inc line 341
public Const
Epsilon : Extended = 3.64519953188247460253e-4951;
Description
Epsilon returns the precision of the floating point value : differences smaller than this value cannot be detected or represented. It can also be viewed as the smallest positive value that can be represented.
See also
Name | Description |
---|---|
TExtendedHelper.MaxValue | Largest possible value for the Extended floating point type |
TExtendedHelper.MinValue | Smallest (negative) possible value for the Extended floating point type |