summaryrefslogtreecommitdiff
path: root/src/math/HUGE_VAL.c
blob: f72afacf7f0e63777d45276ea7315a9ce446f388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <math.h>
#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)
*/