]> www.ginac.de Git - ginac.git/blobdiff - doc/tutorial/ginac.texi
synced to 1.1
[ginac.git] / doc / tutorial / ginac.texi
index e7515f793c400348c50bd8e8f64508d27f0b93a5..602e2fc542521b18090f9d80501e3a60b7af6bbe 100644 (file)
@@ -773,7 +773,7 @@ ex MyEx6 = z*(x + y);   // z*(x+y)
 The general rule is that when you construct expressions, GiNaC automatically
 creates them in canonical form, which might differ from the form you typed in
 your program. This may create some awkward looking output (@samp{-y+x} instead
-of @samp{y-x}) but allows for more efficient operation and usually yields
+of @samp{x-y}) but allows for more efficient operation and usually yields
 some immediate simplifications.
 
 @cindex @code{eval()}