blob: 8238d34b47309cb9edaafab0a965e03840470272 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#include <float.h>
#define DBL_MAX_10_EXP (308)
/** double maximum base-10 exponent **/
/***
is the largest integer for which POW(10,THIS()) is a finite
TYPE(double).
***/
/*
VALUE_MIN(37)
*/
/*
STDC(1)
*/
|