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