summaryrefslogtreecommitdiff
path: root/src/float/FLT_MAX_EXP.h
blob: d912e1ecc5bf8a52045ef7336879267fcf0622b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <float.h>
#define FLT_MAX_EXP                                                        (128)

/** float maximum exponent **/

/***
is the largest integer for which
POW(IDENTIFIER(FLT_RADIX), THIS() - 1) is a finite TYPE(float).
***/
/*
STDC(1)
*/