diff options
Diffstat (limited to 'mpfr/tests/tsin_cos.c')
-rw-r--r-- | mpfr/tests/tsin_cos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr/tests/tsin_cos.c b/mpfr/tests/tsin_cos.c index e6fd5e6b2..8b4d48a4c 100644 --- a/mpfr/tests/tsin_cos.c +++ b/mpfr/tests/tsin_cos.c @@ -39,7 +39,7 @@ large_test (int prec, int N) mpfr_set_d (x, 3.0, GMP_RNDN); mpfr_sqrt (x, x, GMP_RNDN); for (i=0; i<N; i++) mpfr_sin_cos (s, c, x, GMP_RNDN); - mpfr_out_str (stdout, 10, 0, s, GMP_RNDN); putchar('\n'); + mpfr_out_str (stdout, 10, 0, s, GMP_RNDN); puts (""); mpfr_clear (x); mpfr_clear (s); mpfr_clear (c); |