]> www.ginac.de Git - ginac.git/blobdiff - check/time_gammaseries.cpp
- Duh, we had some style discussion again...
[ginac.git] / check / time_gammaseries.cpp
index 59a08a9faeefd23b5a3ad5eaca6de62148f998df..682835782dea9d8414351832f3f173145eff51f5 100644 (file)
@@ -35,8 +35,8 @@ unsigned tgammaseries(unsigned order)
        ex bound = evalf(exp(ex(-.57721566490153286*(order-1)))/(order-1));
        if (evalf(abs((last_coeff-pow(-1,order))/bound)) > numeric(1)) {
                clog << "The " << order-1
-                        << "th order coefficient in the power series expansion of tgamma(0) was erroneously found to be "
-                        << last_coeff << ", violating a simple estimate." << endl;
+                    << "th order coefficient in the power series expansion of tgamma(0) was erroneously found to be "
+                    << last_coeff << ", violating a simple estimate." << endl;
                ++result;
        }