diff options
Diffstat (limited to 'src/math/erfc.c')
| -rw-r--r-- | src/math/erfc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/erfc.c b/src/math/erfc.c index 7242e9de..20791e4d 100644 --- a/src/math/erfc.c +++ b/src/math/erfc.c @@ -6,6 +6,7 @@ TYPE TGFN(erfc)(TYPE x) { + SIGNAL_SAFE(0); if (fpclassify(x) == FP_INFINITE) { return signbit(x) ? 2.0 : 0.0; } |
