]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns_trans.cpp
[bugfix] Always #include <lst.h> before using lst. Fixes build error on MinGW.
[ginac.git] / ginac / inifcns_trans.cpp
index da8b3b0a474840a4599b5b421850cdc569493036..10a36758f43001f6c02774531522c7fd2667c7c2 100644 (file)
@@ -1249,7 +1249,7 @@ static ex tanh_imag_part(const ex & x)
 
 static ex tanh_conjugate(const ex & x)
 {
-       // conjugate(tan(x))==tan(conjugate(x))
+       // conjugate(tanh(x))==tanh(conjugate(x))
        return tanh(x.conjugate());
 }