diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-08-18 16:35:19 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-08-18 16:35:19 +0000 |
commit | bab5aab404897a12fe1c87734ebf2aa270b9b73b (patch) | |
tree | 73ab96f558e7e0b4ef371902ead983189184a0f7 /tests/tadd_ui.c | |
parent | 8328a51518450ad8ddb86e38e7952e28065ff22a (diff) | |
download | mpfr-bab5aab404897a12fe1c87734ebf2aa270b9b73b.tar.gz |
Converted tabs to spaces with expand.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3725 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tadd_ui.c')
-rw-r--r-- | tests/tadd_ui.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/tadd_ui.c b/tests/tadd_ui.c index dfd8ab69f..11933fd72 100644 --- a/tests/tadd_ui.c +++ b/tests/tadd_ui.c @@ -102,13 +102,13 @@ main (int argc, char *argv[]) special (); check3 ("-1.716113812768534e-140", 1271212614, GMP_RNDZ, - "1.27121261399999976e9"); + "1.27121261399999976e9"); check3 ("1.22191250737771397120e+20", 948002822, GMP_RNDN, - "122191250738719408128.0"); + "122191250738719408128.0"); check3 ("-6.72658901114033715233e-165", 2000878121, GMP_RNDZ, - "2.0008781209999997615e9"); + "2.0008781209999997615e9"); check3 ("-2.0769715792901673e-5", 880524, GMP_RNDN, - "8.8052399997923023e5"); + "8.8052399997923023e5"); test_generic_ui (2, 1000, 100); tests_end_mpfr (); |