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