From f6d7af0317cb0269bacb415872ff25c5ef5b85d9 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Fri, 22 Aug 2003 17:05:42 +0000 Subject: [PATCH] added on-line help for nestedsums functions --- ginsh/ginsh_parser.yy | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.44.0