]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh.1.in
- added find() (like has(), but returns list of all occurrences)
[ginac.git] / ginsh / ginsh.1.in
index 94ef4b709299bb7a7c17b963dd0cc8e42d172d43..5f780648f980317baed030827422dd7b904182d0 100644 (file)
@@ -110,8 +110,8 @@ symbol that controls the numeric precision of calculations with inexact numbers.
 Assigning an integer value to digits will change the precision to the given
 number of decimal places.
 .SS WILDCARDS
-The has(), match() and subs() functions accept wildcards as placeholders for
-expressions. These have the syntax
+The has(), find(), match() and subs() functions accept wildcards as placeholders
+for expressions. These have the syntax
 .RS
 .BI $ number
 .RE
@@ -246,6 +246,9 @@ detail here. Please refer to the GiNaC documentation.
 .BI content( expression ", " symbol )
 \- content part of a polynomial
 .br
+.BI decomp_rational( expression ", " symbol )
+\- decompose rational function into polynomial and proper rational function
+.br
 .BI degree( expression ", " object )
 \- degree of a polynomial
 .br
@@ -271,11 +274,14 @@ detail here. Please refer to the GiNaC documentation.
 \- evaluates an expression to a floating point number
 .br
 .BI evalm( expression )
-\- evaluates sums and products of matrices
+\- evaluates sums, products and integer powers of matrices
 .br
 .BI expand( expression )
 \- expands an expression
 .br
+.BI find( expression ", " expression )
+\- returns a list of all occurrences of a pattern in an expression
+.br
 .BI gcd( expression ", " expression )
 \- greatest common divisor
 .br