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