summaryrefslogtreecommitdiff
path: root/tests/tsin_cos.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2009-10-07 08:58:51 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2009-10-07 08:58:51 +0000
commitb42947844cfaa66132eed847f32b332c92b698d3 (patch)
tree42f20fcbc78b94744cecb98c6bd7da7c139bcd9a /tests/tsin_cos.c
parenteab9d1dca543f542da666794a4f08b891f4280b8 (diff)
downloadmpfr-b42947844cfaa66132eed847f32b332c92b698d3.tar.gz
[tsin_cos.c] changed binary to hexadecimal string (was too long for C89)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6504 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsin_cos.c')
-rw-r--r--tests/tsin_cos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsin_cos.c b/tests/tsin_cos.c
index edb2e60a1..76edffb67 100644
--- a/tests/tsin_cos.c
+++ b/tests/tsin_cos.c
@@ -380,7 +380,7 @@ bug20091007 (void)
mpfr_init2 (yref, p);
mpfr_init2 (zref, p);
- mpfr_set_str_binary (x, "0.1100111101100110111000010001010111010011101111010010110101011001001010110000011110111111010000100001010001001111000101010001100101000100100000110111101000111001101110111111010100011111111010100110010000010110100011011101100101111000100111110111000000101110000000011001011001111111111000001100100110011111010101101101010110111101100001010010101001001100011100000001111100011101111010000010100001000100101101000111001011001110000100101100000101001110110010111101000001011010101001111001000001100110101000110011000101100100011011111111111111010010101001110011100010100110111100100000111111100100011101110001111100000111000001011001001000100110100010001000010100001100101001101101100000101101101110000000000100010101101111101011101111111100010001001010101011101010000010101101100001001111100010111110111010100000001000101011101100000100110001101110001010001101001011000001110100011111001001001110000110101100000111001010101010001011001000110111010001000000011000111111010110111100100001010000000011010010E5");
+ mpfr_set_str (x, "1.9ecdc22ba77a5ab2560f7e84289e2a328906f47377ea3fd4c82d1bb2f13ee05c032cffc1933eadab7b0a5498e03e3bd0508968e59c25829d97a0b54f20cd4662c8dfffa54e714de41fc8ee3e0e0b244d110a194db05b70022b7d77f88955d415b09f17dd404576098dc51a583a3e49c35839551646e880c7eb790a01a4@1", 16, MPFR_RNDN);
inexref = mpfr_sin_cos (yref, zref, x, r);
inex = mpfr_sincos_fast (y, z, x, r);