diff options
Diffstat (limited to 'src/math/tan.c')
-rw-r--r-- | src/math/tan.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/tan.c b/src/math/tan.c index 3fc58fed..dc12e98a 100644 --- a/src/math/tan.c +++ b/src/math/tan.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "tan.c" #include <errno.h> #include <math.h> @@ -32,3 +34,6 @@ IMPLEMENTATION(The value returned on a domain error, CONSTANT(HUGE_VAL)) LINK(m) STDC(1) */ + + +#endif |