]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh.1.in
- added print_latex() and print_csrc()
[ginac.git] / ginsh / ginsh.1.in
index 46b6ac0b1209a81fe3663d910cd4625f3bc30aa1..9f797f5741163aff409fdbb482afb4794850f7b7 100644 (file)
@@ -144,9 +144,6 @@ unary minus
 .B *
 multiplication
 .TP
-.B %
-non-commutative multiplication
-.TP
 .B /
 division
 .TP
@@ -407,6 +404,22 @@ This is useful for debugging and for learning about GiNaC internals.
 .PP
 The command
 .RS
+.BI print_latex( expression );
+.RE
+prints a LaTeX representation of the given
+.IR expression .
+.PP
+The command
+.RS
+.BI print_csrc( expression );
+.RE
+prints the given
+.I expression
+in a way that can be used in a C or C++ program (complex numbers are not
+supported, though).
+.PP
+The command
+.RS
 .BI iprint( expression );
 .RE
 prints the given