diff options
Diffstat (limited to 'tests/tatan.c')
-rw-r--r-- | tests/tatan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tatan.c b/tests/tatan.c index 6d8b2c44b..bb4c4afe9 100644 --- a/tests/tatan.c +++ b/tests/tatan.c @@ -165,7 +165,7 @@ special (void) mpfr_set_prec (x, 51); mpfr_set_prec (y, 51); mpfr_set_str_binary (x, - "0.101100100000101111111010001111111000001000000000000E-11"); + "0.101100100000101111111010001111111000001000000000000E-11"); i = mpfr_atan (y, x, GMP_RNDN); if (mpfr_cmp_str (y, "1.01100100000101111111001110011001010110100100000000e-12", 2, GMP_RNDN) |