aboutsummaryrefslogtreecommitdiff
path: root/src/math/acosf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/acosf.c')
-rw-r--r--src/math/acosf.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/acosf.c b/src/math/acosf.c
index 8ee1a71d..c38328f2 100644
--- a/src/math/acosf.c
+++ b/src/math/acosf.c
@@ -69,3 +69,11 @@ float acosf(float x)
w = R(z)*s+c;
return 2*(df+w);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif