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

/** long double maximum base-10 exponent **/

/***
is the largest integer for which POW(10, THIS()) is a finite
TYPE(long double).
***/

/*
VALUE_MIN(37)
*/
/*
STDC(1)
*/