summaryrefslogtreecommitdiff
path: root/src/math/cos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/cos.c')
-rw-r--r--src/math/cos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/cos.c b/src/math/cos.c
index fec3824a..31fdcfcb 100644
--- a/src/math/cos.c
+++ b/src/math/cos.c
@@ -9,6 +9,7 @@
TYPE TGFN(cos)(TYPE x)
{
+ SIGNAL_SAFE(0);
int MAXLOOPS = 10;
int factorial = 1;
int i;