Artifact ea0025cdfb4db03fafb7377c7746e0c57525a3e2687e5dd9ecdae44ba7d0fda0:
- Executable file
r37/lisp/csl/html/r37_0493.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 603) [annotate] [blame] [check-ins using] [more...]
<A NAME=PSI> <TITLE>PSI</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>PSI</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>Psi</em> operator returns the Psi (or DiGamma) function. <P> <P> Psi(x) := df(Gamma(z),z)/ Gamma (z) <P> <P> <P> <H3> syntax: </H3> <em>Gamma</em>(<expression>) <P> <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> Psi(3); (2*log(2) + psi(1/2) + psi(1) + 3)/2 on rounded; - Psi(1); 0.577215664902 </TT></PRE><P>Euler's constant can be found as - Psi(1). <P> <P> <P>