summaryrefslogtreecommitdiff
path: root/src/float/FLT_EPSILON.h
blob: 3164045706459d413267043c504e758ad357be89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <float.h>
#define FLT_EPSILON                                               (1.192093E-07)

/** float epsilon **/

/***
is the difference between LITERAL(1) and the next smallest number
representable as a TYPE(float).
***/

/*
VALUE_MIN(1e-5)
*/
/*
STDC(1)
*/