X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Finifcns.h;h=95ed15a1606404e458a41e3aab64801e21da1f2b;hp=9781d935c1a2e777a2dfbf9326fba1da8eae8d22;hb=9df145c8bfa8ce9f2cbe6c05673481b6ca4c4c22;hpb=fe9dbfb9947b24149b3ce7dd9285f27ab286cbd7 diff --git a/ginac/inifcns.h b/ginac/inifcns.h index 9781d935..95ed15a1 100644 --- a/ginac/inifcns.h +++ b/ginac/inifcns.h @@ -36,6 +36,9 @@ DECLARE_FUNCTION_1P(abs) /** Complex sign. */ DECLARE_FUNCTION_1P(csgn) +/** Eta function: log(a*b) == log(a) + log(b) + eta(a, b). */ +DECLARE_FUNCTION_2P(eta) + /** Sine. */ DECLARE_FUNCTION_1P(sin) @@ -87,7 +90,7 @@ DECLARE_FUNCTION_1P(Li2) /** Trilogarithm. */ DECLARE_FUNCTION_1P(Li3) -// overloading at work: we cannot use the macros +// overloading at work: we cannot use the macros here /** Riemann's Zeta-function. */ extern const unsigned function_index_zeta1; inline function zeta(const ex & p1) { @@ -106,7 +109,7 @@ DECLARE_FUNCTION_1P(tgamma) /** Beta-function. */ DECLARE_FUNCTION_2P(beta) -// overloading at work: we cannot use the macros +// overloading at work: we cannot use the macros here /** Psi-function (aka digamma-function). */ extern const unsigned function_index_psi1; inline function psi(const ex & p1) {