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

/** float maximum base-10 exponent **/

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

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