]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns.h
implemented operator-> for the iterators
[ginac.git] / ginac / inifcns.h
index f4c00dd0e7041d9d18c08dfcda96f050a9537cab..258ee2e2ef681f725ea05768a53127778055cd9e 100644 (file)
@@ -142,6 +142,18 @@ DECLARE_FUNCTION_2P(binomial)
 /** Order term function (for truncated power series). */
 DECLARE_FUNCTION_1P(Order)
 
+/** Polylogarithm and multiple polylogarithm. */
+DECLARE_FUNCTION_2P(Li)
+
+/** Nielsen's generalized polylogarithm. */
+DECLARE_FUNCTION_3P(S)
+
+/** Harmonic polylogarithm. */
+DECLARE_FUNCTION_2P(H)
+
+/** Multiple zeta value. */
+DECLARE_FUNCTION_1P(mZeta)
 ex lsolve(const ex &eqns, const ex &symbols, unsigned options = solve_algo::automatic);
 
 /** Check whether a function is the Order (O(n)) function. */