Handbook
Glossary
single-epsilon ( -- epsilon )
Factor handbook
»
The language
»
Numbers
»
Constants
Prev:
epsilon ( -- epsilon )
Vocabulary
math
.
constants
Inputs
None
Outputs
epsilon
smallest single-precision floating point value you can add to 1 without underflow
Definition
USING:
math
;
IN:
math.constants
:
single-epsilon
( -- epsilon )
872415232
bits>float
;
foldable
flushable