diff options
Diffstat (limited to 'src/complex/clog.c')
| -rw-r--r-- | src/complex/clog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/complex/clog.c b/src/complex/clog.c index a8226cf8..675d2879 100644 --- a/src/complex/clog.c +++ b/src/complex/clog.c @@ -8,6 +8,7 @@ TYPE complex TGFN(clog)(TYPE complex z) { + SIGNAL_SAFE(0); int classr = fpclassify(TGFN(creal)(z)); int classi = fpclassify(TGFN(cimag)(z)); int signr = signbit(TGFN(creal)(z)); |
