From: Christian Bauer Date: Wed, 6 Aug 2003 18:34:41 +0000 (+0000) Subject: fixed typo X-Git-Tag: release_1-1-2~1 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=f664e78b5e798d03fbd67d9b0dec5e80fb356d02;p=ginac.git fixed typo --- diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index f453554c..1a0b6cc2 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()}