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