]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh.1.in
Synced to HEAD
[ginac.git] / ginsh / ginsh.1.in
index 1662ce2922f71b8dc813c4e6282acc78487d10c7..f964920d12052dbcd33b7c0a5024e8f049e32e79 100644 (file)
@@ -299,6 +299,9 @@ detail here. Please refer to the GiNaC documentation.
 .BI has( expression ", " pattern )
 \- returns "1" if the first expression contains the pattern as a subexpression, "0" otherwise
 .br
+.BI integer_content( expression )
+\- integer content of a polynomial
+.br
 .BI inverse( matrix )
 \- inverse of a matrix
 .br
@@ -356,6 +359,9 @@ detail here. Please refer to the GiNaC documentation.
 .BI rem( expression ", " expression ", " symbol )
 \- remainder of polynomials
 .br
+.BI resultant( expression ", " expression ", " symbol )
+\- resultant of two polynomials with respect to symbol s
+.br
 .BI series( expression ", " relation-or-symbol ", " order )
 \- series expansion
 .br