Handbook
Glossary
epsilon ( -- epsilon )
Factor handbook
»
The language
»
Numbers
»
Constants
Prev:
2pi ( -- 2pi )
Next:
single-epsilon ( -- epsilon )
Vocabulary
math
.
constants
Inputs
None
Outputs
epsilon
a
number
Word description
The smallest double-precision floating point value you can add to 1 without underflow.
Definition
USING:
math
;
IN:
math.constants
:
epsilon
( -- epsilon )
4372995238176751616
bits>double
;
foldable
flushable