From 271f014abcda3048aedf19e09b1d9c2e659e9f23 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Wed, 6 Aug 2003 18:35:08 +0000 Subject: [PATCH] synced to 1.1 --- doc/tutorial/ginac.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index e7515f79..602e2fc5 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -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()} -- 2.44.0