<A NAME=Chi>
<TITLE>Chi</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>CHI</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P>
<P>
<P>
<P>
The <em>Chi</em> operator returns the Hyperbolic Cosine Integral function.
<P>
<P>
<P> <H3>
syntax: </H3>
<em>Chi</em>(<expression>)
<P>
<P>
<P>
<P> <H3>
examples: </H3>
<P><PRE><TT>
defint((cosh(t)-1)/t,t,0,x);
- log(x) + psi(1) + chi(x)
on rounded;
Chi(0.35);
- 0.44182471827
</TT></PRE><P>The numeric values for the operator <em>Chi</em> are computed via
the
power series representation, which limits the argument range.
<P>
<P>
<P>