summaryrefslogtreecommitdiff
path: root/src/float/FLT_DIG.h
blob: 43a17c3f162040b4e223bd6ef3a69e18d0485138 (plain)
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)
*/