diff options
Diffstat (limited to 'src/float/LDBL_MAX_EXP.c')
-rw-r--r-- | src/float/LDBL_MAX_EXP.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/float/LDBL_MAX_EXP.c b/src/float/LDBL_MAX_EXP.c new file mode 100644 index 00000000..e52d91e5 --- /dev/null +++ b/src/float/LDBL_MAX_EXP.c @@ -0,0 +1,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) +*/ |