1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#include <float.h> #define LDBL_DIG (15) /** long double significant digits **/ /*** is the number of significant digits in a decimal representation of a TYPE(long double) that are guaranteed accuracy. ***/ /* VALUE_MIN(10) */ /* STDC(1) */