Fix HUGE_VAL warnings
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
#include <float.h>
|
||||
#endif
|
||||
#undef HUGE
|
||||
#define HUGE 1e1000
|
||||
#define HUGE HUGE_VAL
|
||||
|
||||
double
|
||||
_log(x)
|
||||
|
||||
Reference in New Issue
Block a user