diff options
Diffstat (limited to 'src/math/cosh.c')
| -rw-r--r-- | src/math/cosh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/cosh.c b/src/math/cosh.c index 66c20bf2..8ec63aa8 100644 --- a/src/math/cosh.c +++ b/src/math/cosh.c @@ -9,6 +9,7 @@ TYPE TGFN(cosh)(TYPE x) { + SIGNAL_SAFE(0); switch (fpclassify(x)) { case FP_ZERO: return 1.0; case FP_INFINITE: return TGFN(fabs)(x); |
