summaryrefslogtreecommitdiff
path: root/src/math/cosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/cosh.c')
-rw-r--r--src/math/cosh.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/cosh.c b/src/math/cosh.c
index 735c8cd4..66c20bf2 100644
--- a/src/math/cosh.c
+++ b/src/math/cosh.c
@@ -1,3 +1,5 @@
+#if 0
+
# define TGSOURCE "cosh.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