Fix HUGE_VAL warnings
This commit is contained in:
parent
d81563a9b1
commit
192c0be4a8
@ -19,7 +19,7 @@ extern _trp();
|
||||
#define M_DMINEXP DBL_MIN_EXP
|
||||
#endif
|
||||
#undef HUGE
|
||||
#define HUGE 1e1000
|
||||
#define HUGE HUGE_VAL
|
||||
|
||||
static double
|
||||
Ldexp(fl,exp)
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <float.h>
|
||||
#endif
|
||||
#undef HUGE
|
||||
#define HUGE 1e1000
|
||||
#define HUGE HUGE_VAL
|
||||
|
||||
double
|
||||
_log(x)
|
||||
|
Loading…
x
Reference in New Issue
Block a user