]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns.h
- Banned exZERO(), exONE(), exMINUSHALF() and all this from the interface.
[ginac.git] / ginac / inifcns.h
index d7642ba2055f4fd85bd5839e8b94151eb97896e9..fdd33108ac199318eae9e2040089086eb6b58936 100644 (file)
@@ -100,7 +100,7 @@ DECLARE_FUNCTION_1P(gamma)
 DECLARE_FUNCTION_2P(beta)
 
 // overloading at work: we cannot use the macros
 DECLARE_FUNCTION_2P(beta)
 
 // overloading at work: we cannot use the macros
-/** Psi-function (aka polygamma-function). */
+/** Psi-function (aka digamma-function). */
 extern const unsigned function_index_psi1;
 inline function psi(ex const & p1) {
     return function(function_index_psi1, p1);
 extern const unsigned function_index_psi1;
 inline function psi(ex const & p1) {
     return function(function_index_psi1, p1);