X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fnumeric_output.cpp;h=3682c8e72374f01d548112c705189b7b8aee990b;hp=50dd8c1ff6acd441fd065cefed156b6491b421a4;hb=84806997c064f7429cbec8b446b91445430fb1fb;hpb=afdd7fa8c6c0a587f7c80789198551383e8beb7b;ds=sidebyside diff --git a/check/numeric_output.cpp b/check/numeric_output.cpp index 50dd8c1f..3682c8e7 100644 --- a/check/numeric_output.cpp +++ b/check/numeric_output.cpp @@ -3,7 +3,7 @@ * Test output of numeric types. */ /* - * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -34,7 +34,7 @@ unsigned numeric_output(void) clog << "---------output of numeric types:" << endl; unsigned long Digits_before = Digits; - Digits = 200; + Digits = 222; clog << "Using " << Digits << " digits" << endl; clog << Pi << " evalfs to: " << Pi.evalf() << endl; clog << Catalan << " evalfs to: " << Catalan.evalf() << endl;