diff options
Diffstat (limited to 'src/math/cbrt.c')
| -rw-r--r-- | src/math/cbrt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/cbrt.c b/src/math/cbrt.c index 4e924db2..e15af42c 100644 --- a/src/math/cbrt.c +++ b/src/math/cbrt.c @@ -6,6 +6,7 @@ TYPE TGFN(cbrt)(TYPE x) { + SIGNAL_SAFE(0); switch (fpclassify(x)) { case FP_ZERO: return x; case FP_INFINITE: return x; |
