]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_Qprime.cpp
* Simplify bernoulli. The orginal was somewhat overoptimized.
[ginac.git] / check / time_lw_Qprime.cpp
index 4abedd1a3880ab9bebf53fdd3971fdff31839ab2..28b30ca9356ac10e65bd40e3a81076b763cf15d8 100644 (file)
@@ -91,7 +91,7 @@ unsigned time_lw_Qprime()
                } else {
                        cout << " failed ";
                }
-               cout << int(1000*(time/count))*0.001 << 's' << endl;
+               cout << time/count << 's' << endl;
        } else {
                cout << " disabled" << endl;
                clog << "(no output)" << endl;