From: Christian Bauer Date: Fri, 22 Aug 2003 17:05:42 +0000 (+0000) Subject: added on-line help for nestedsums functions X-Git-Tag: release_1-2-0~130 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=f6d7af0317cb0269bacb415872ff25c5ef5b85d9;ds=sidebyside added on-line help for nestedsums functions --- diff --git a/ginsh/ginsh_parser.yy b/ginsh/ginsh_parser.yy index 723cfccd..c770c80f 100644 --- a/ginsh/ginsh_parser.yy +++ b/ginsh/ginsh_parser.yy @@ -633,6 +633,10 @@ static const fcn_help_init builtin_help[] = { {"zeta", "zeta function\nzeta(x) is Riemann's zeta function, zeta(n,x) its nth derivative"}, {"Li2", "dilogarithm"}, {"Li3", "trilogarithm"}, + {"Li", "(multiple) polylogarithm"}, + {"S", "Nielsen's generalized polylogarithm"}, + {"H", "harmonic polylogarithm"}, + {"mZeta", "multiple zeta value"}, {"Order", "order term function (for truncated power series)"}, {"Derivative", "inert differential operator"}, {NULL, NULL} // End marker