]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns.h
- normal() respects the "level" parameter to limit the recursion depth
[ginac.git] / ginac / inifcns.h
index cff2bb2484309200a3ff777665e1c5b6dbb90979..9781d935c1a2e777a2dfbf9326fba1da8eae8d22 100644 (file)
@@ -32,6 +32,9 @@ namespace GiNaC {
 
 /** Absolute value. */
 DECLARE_FUNCTION_1P(abs)
+    
+/** Complex sign. */
+DECLARE_FUNCTION_1P(csgn)
 
 /** Sine. */
 DECLARE_FUNCTION_1P(sin)
@@ -97,10 +100,11 @@ inline function zeta(const ex & p1, const ex & p2) {
 }
 
 /** Gamma-function. */
-DECLARE_FUNCTION_1P(Gamma)
+DECLARE_FUNCTION_1P(lgamma)
+DECLARE_FUNCTION_1P(tgamma)
 
 /** Beta-function. */
-DECLARE_FUNCTION_2P(Beta)
+DECLARE_FUNCTION_2P(beta)
 
 // overloading at work: we cannot use the macros
 /** Psi-function (aka digamma-function). */