diff options
Diffstat (limited to 'src/float/LDBL_EPSILON.h')
-rw-r--r-- | src/float/LDBL_EPSILON.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/float/LDBL_EPSILON.h b/src/float/LDBL_EPSILON.h new file mode 100644 index 00000000..ebc089a4 --- /dev/null +++ b/src/float/LDBL_EPSILON.h @@ -0,0 +1,16 @@ +#include <float.h> +#define LDBL_EPSILON (2.220446E-16) + +/** long double epsilon **/ + +/*** +is the difference between LITERAL(1) and the next smallest number +representable as a TYPE(long double). +***/ + +/* +VALUE_MIN(1e-9) +*/ +/* +STDC(1) +*/ |