blob: e52d91e59530438c1a7330fd1e33afec89b9c6d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <float.h>
#define LDBL_MAX_EXP (1024)
/** long double maximum exponent **/
/***
is the largest integer for which
POW(IDENTIFIER(FLT_RADIX), THIS() - 1) is a finite TYPE(long double).
***/
/*
STDC(1)
*/
|