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) */