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

/** double minimum base-10 exponent **/

/***
is the smallest negative integer for which POW(10, THIS())
is a normalized TYPE(double).
***/

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