summaryrefslogtreecommitdiff
path: root/sin.c
diff options
context:
space:
mode:
Diffstat (limited to 'sin.c')
-rw-r--r--sin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sin.c b/sin.c
index 47e3b7842..4258595c6 100644
--- a/sin.c
+++ b/sin.c
@@ -118,6 +118,7 @@ mpfr_sin (mpfr_ptr y, mpfr_srcptr x, mp_rnd_t rnd_mode)
{
MPFR_SET_NAN (y);
MPFR_RET_NAN;
+
}
else /* x is zero */
{