]> www.ginac.de Git - ginac.git/blobdiff - doc/tutorial/ginac.texi
synced to 1.2
[ginac.git] / doc / tutorial / ginac.texi
index 602e2fc542521b18090f9d80501e3a60b7af6bbe..ce286ae05d2fa35adb60a7e48f670765e7a3d6c3 100644 (file)
@@ -4665,6 +4665,21 @@ GiNaC contains the following predefined mathematical functions:
 @item @code{Order(x)}
 @tab order term function in truncated power series
 @cindex @code{Order()}
+@item @code{Li(n,x)}
+@tab polylogarithm
+@cindex @code{Li()}
+@item @code{S(n,p,x)}
+@tab Nielsen's generalized polylogarithm
+@cindex @code{S()}
+@item @code{H(m_lst,x)}
+@tab harmonic polylogarithm
+@cindex @code{H()}
+@item @code{Li(m_lst,x_lst)}
+@tab multiple polylogarithm
+@cindex @code{Li()}
+@item @code{mZeta(m_lst)}
+@tab multiple zeta value
+@cindex @code{mZeta()}
 @end multitable
 @end cartouche