summaryrefslogtreecommitdiff
path: root/src/float/LDBL_MANT_DIG.c
blob: 19c85a9e9127c8cdf4fd6e16d679a20922fbd367 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <float.h>
#define LDBL_MANT_DIG                                                       (53)

/** long double mantissa **/

/***
is the number of digits, in base-IDENTIFIER(FLT_RADIX), in the
floating-point significand for TYPE(long double) variables. It is not
necessarily a constant value.
***/
/*
STDC(1)
*/