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