summaryrefslogtreecommitdiff
path: root/src/math/MAXFLOAT.h
blob: a9ebd20247239b1cc206a8f033a8cca4335b2f2e (plain)
1
2
3
4
5
6
#include <math.h>
#define MAXFLOAT                                                           1E+37
/* Must be the same as FLT_MAX in <float.h> */
/*
XOPEN(4)
*/