]> 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 f7622dd43b9500e3099387c136db4bc168b38616..ee7378180684df7fc2abf2d0df95696cc46e96ca 100644 (file)
@@ -81,13 +81,13 @@ DECLARE_FUNCTION_1P(Li3)
 
 /** Riemann's Zeta-function. */
 DECLARE_FUNCTION_1P(zeta)
-DECLARE_FUNCTION_2P(zeta)
-    
+//DECLARE_FUNCTION_2P(zeta)
+
 /** Gamma-function. */
 DECLARE_FUNCTION_1P(gamma)
 
 /** Psi-function (aka polygamma-function). */
-DECLARE_FUNCTION_1P(psi)
+//DECLARE_FUNCTION_1P(psi)
 DECLARE_FUNCTION_2P(psi)
     
 /** Factorial function. */