support ld80 pseudo-denormal invalid bit patterns; treat them as nan
[musl] / src / math / ldexpf.c
index f0981ae..3bad5f3 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 float ldexpf(float x, int n)
 {