use alternate formula for acos asm to avoid loss of precision
[oweals/musl.git] / src / math / fminf.c
index 0964cdb345566041d92c070af369d7a2579db554..3573c7de741e17b162e26985a85c914b9d708d1c 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include <math.h>
 
 float fminf(float x, float y)
 {