blob: 04d6da01683eecfd6c098e0ba9614e22379713cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#define HUGE_VAL (1.0) /* TODO: massive positive double */
/** a huge value **/
/***
is a large positive TYPE(double), not necessarily representable as a
TYPE(float). It is used as a sentinel value by several functions in the
standard library.
***/
/*
STDC(1)
*/
|