diff options
Diffstat (limited to 'src/complex/catan.c')
| -rw-r--r-- | src/complex/catan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/complex/catan.c b/src/complex/catan.c index 5423d115..e2e69220 100644 --- a/src/complex/catan.c +++ b/src/complex/catan.c @@ -7,6 +7,7 @@ TYPE complex TGFN(catan)(TYPE complex z) { + SIGNAL_SAFE(0); return TGCMPLX(0.0, -TGFN(catanh)(I * z)); } |
