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