summaryrefslogtreecommitdiff
path: root/src/math/acosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/acosh.c')
-rw-r--r--src/math/acosh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/acosh.c b/src/math/acosh.c
index 5bc18422..1f4a58bb 100644
--- a/src/math/acosh.c
+++ b/src/math/acosh.c
@@ -7,6 +7,7 @@
TYPE TGFN(acosh)(TYPE x)
{
+ SIGNAL_SAFE(0);
if (x == 1.0) {
return 0.0;
}