summaryrefslogtreecommitdiff
path: root/src/float/DBL_EPSILON.c
blob: 5e4bd6b8a04a47c1831bb7f1f966182bab358138 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <float.h>
#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)
*/