<A NAME=Shi>
<TITLE>Shi</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>SHI</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P>
<P>
<P>
<P>
The <em>Shi</em> operator returns the hyperbolic Sine Integral function.
<P>
<P>
<P> <H3>
syntax: </H3>
<em>Shi</em>(<expression>)
<P>
<P>
<P>
<P> <H3>
examples: </H3>
<P><PRE><TT>
df(shi(x),x);
sinh(x) / x
on rounded;
Shi(0.35);
0.352390716351
</TT></PRE><P>The numeric values for the operator <em>Shi</em> are computed via
the
power series representation, which limits the argument range.
<P>
<P>
<P>