From 661f59838235815b5073a0ef95f410003639519e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:14:04 -0400 Subject: rename non-compiled files to *.h --- src/float/DBL_EPSILON.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/float/DBL_EPSILON.h (limited to 'src/float/DBL_EPSILON.h') diff --git a/src/float/DBL_EPSILON.h b/src/float/DBL_EPSILON.h new file mode 100644 index 00000000..5e4bd6b8 --- /dev/null +++ b/src/float/DBL_EPSILON.h @@ -0,0 +1,16 @@ +#include +#define DBL_EPSILON (2.220446E-16) + +/** double epsilon **/ + +/*** +is the difference between LITERAL(1) and the next smallest number +representable as a TYPE(double). +***/ + +/* +VALUE_MIN(1e-9) +*/ +/* +STDC(1) +*/ -- cgit v1.2.1