<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>