]> www.ginac.de Git - ginac.git/blobdiff - check/check_inifcns.cpp
* Fix a bitch of a bug where 1<I (and all other relationals) returned true.
[ginac.git] / check / check_inifcns.cpp
index b5945d2e15cca0124fded728120d6cebee96965a..3069c4d51d1ae9b000021eee7dd124cd96deffbf 100644 (file)
@@ -178,7 +178,7 @@ static unsigned inifcns_check_Li2(void)
                argument = numeric(20.0*rand()/(RAND_MAX+1.0)-10.0)
                         + numeric(20.0*rand()/(RAND_MAX+1.0)-10.0)*I;
                if (abs(Li2(pow(argument,2))-2*Li2(argument)-2*Li2(-argument)) > epsilon) {
-                       cout << "Li2(z) at z==" << argument
+                       clog << "Li2(z) at z==" << argument
                             << " failed to satisfy Li2(z^2)==2*(Li2(z)+Li2(-z))" << endl;
                        errorflag = true;
                }