blob: ea65763e2bf773e9f690c76adc75117b9c04678b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <float.h>
#define LDBL_MIN_EXP (-1021)
/** long double minimum exponent **/
/***
is the smallest negative integer for which
POW(IDENTIFIER(FLT_RADIX), THIS() - 1) is a normalized TYPE(long double).
***/
/*
STDC(1)
*/
|