aboutsummaryrefslogtreecommitdiff
path: root/src/math/j1f.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/j1f.c')
-rw-r--r--src/math/j1f.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/j1f.c b/src/math/j1f.c
index 3434c53d..c01b008e 100644
--- a/src/math/j1f.c
+++ b/src/math/j1f.c
@@ -308,3 +308,11 @@ static float qonef(float x)
s = 1.0f+z*(q[0]+z*(q[1]+z*(q[2]+z*(q[3]+z*(q[4]+z*q[5])))));
return (.375f + r/s)/x;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif