diff options
Diffstat (limited to 'src/math/log2_data.c')
-rw-r--r-- | src/math/log2_data.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/log2_data.c b/src/math/log2_data.c index 3dd1ca51..572a4292 100644 --- a/src/math/log2_data.c +++ b/src/math/log2_data.c @@ -199,3 +199,11 @@ that logc + poly(z/c - 1) has small error, however near x == 1 when }, #endif }; + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |