]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns.h
- rotate_31() and golden_hash_ratio() moved to utils.h
[ginac.git] / ginac / inifcns.h
index 42f3838919635a98b95f989e98a2d823d68cfe1c..ee7378180684df7fc2abf2d0df95696cc46e96ca 100644 (file)
@@ -79,9 +79,17 @@ DECLARE_FUNCTION_1P(Li2)
 /** Trilogarithm. */
 DECLARE_FUNCTION_1P(Li3)
 
-/** Gamma function. */
+/** Riemann's Zeta-function. */
+DECLARE_FUNCTION_1P(zeta)
+//DECLARE_FUNCTION_2P(zeta)
+
+/** Gamma-function. */
 DECLARE_FUNCTION_1P(gamma)
 
+/** Psi-function (aka polygamma-function). */
+//DECLARE_FUNCTION_1P(psi)
+DECLARE_FUNCTION_2P(psi)
+    
 /** Factorial function. */
 DECLARE_FUNCTION_1P(factorial)