Added epsilon, the minimum difference between doubles

cvs
Doug Coleman 2005-11-05 07:10:03 +00:00
parent a3687773b5
commit 15f1cb8019
1 changed files with 2 additions and 0 deletions

View File

@ -24,3 +24,5 @@ M: float /f float/f ;
M: float 1+ 1.0 float+ ;
M: float 1- 1.0 float- ;
: epsilon 2.2204460492503131e-16 ; inline