use alternate formula for acos asm to avoid loss of precision
[oweals/musl.git] / src / math / ldexpf.c
index f0981ae4f6fa6246124a3e27cde35e0814816a33..3bad5f393f5a1f499ccb8c79c96856f760d30502 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 float ldexpf(float x, int n)
 {