math: use 0x1p-120f and 0x1p120f for tiny and huge values
[musl] / src / math / fdim.c
index fb25521..9585460 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 double fdim(double x, double y)
 {