The value of each of the constants short-float-epsilon, single-float-epsilon, double-float-epsilon, and long-float-epsilon is the smallest positive float ε
of the given format, such that the following expression is true when evaluated:
The value of each of the constants short-float-negative-epsilon, single-float-negative-epsilon, float ε
of the given format, such that the following expression is true when evaluated:
<blockquote>
(not (= (float 1 ε
) (- (float 1 ε
) ε
)))
</blockquote>
====Examples====
None.
====See Also====
None.
====Notes====
None.