blob: 4ca1301aa1c32d9c428e3b8aeac90d4811793cdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#include <float.h>
#define LDBL_MAX (1.797693E+308)
/** long double maximum value **/
/***
is the maximum representable finite TYPE(long double) value.
***/
/*
VALUE_MIN(1e+37)
*/
/*
STDC(1)
*/
|