summaryrefslogtreecommitdiff
path: root/src/math/cos.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 11:41:38 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 11:41:38 -0500
commit335d6ba35bf689dd8e29e71d41b53bf54d22ab7b (patch)
tree338b2bcd6f1706d263bca0c62f30a770b8c7ae33 /src/math/cos.c
parent41d9176ee22c2cea7c7737d0aaf5dc0a56e5906d (diff)
un-#if 0
Diffstat (limited to 'src/math/cos.c')
-rw-r--r--src/math/cos.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/math/cos.c b/src/math/cos.c
index 31fdcfcb..4de13c04 100644
--- a/src/math/cos.c
+++ b/src/math/cos.c
@@ -1,5 +1,3 @@
-#if 0
-
# define TGSOURCE "cos.c"
#include <errno.h>
#include <math.h>
@@ -56,7 +54,3 @@ IMPLEMENTATION(The value returned on a domain error, CONSTANT(HUGE_VAL))
LINK(m)
STDC(1)
*/
-
-
-
-#endif