summaryrefslogtreecommitdiff
path: root/src/float/DBL_DIG.c
blob: 9f6560122a43fc6087067b18ad259d4dfcf20c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <float.h>
#define DBL_DIG                                                             (15)

/** double significant digits **/

/***
is the number of significant digits in a decimal representation of a
TYPE(double) that are guaranteed accuracy.
***/

/*
VALUE_MIN(10)
*/
/*
STDC(1)
*/