math: use 0x1p-120f and 0x1p120f for tiny and huge values
[musl] / src / math / scalbln.c
index 53854fd..e6f3f19 100644 (file)
@@ -1,5 +1,5 @@
 #include <limits.h>
-#include "libm.h"
+#include <math.h>
 
 double scalbln(double x, long n)
 {