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