blob: 7f3c9ce15b697622ae8ddc3a7932fecaeeda06e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#include <float.h>
#define DBL_MIN (2.225074E-308)
/** double minimum positive number **/
/***
is the smallest normalized value of a TYPE(double).
***/
/*
VALUE_MIN(1e-37)
*/
/*
STDC(1)
*/
|