<A NAME=BESSELY>
<TITLE>BESSELY</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>BESSELY</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P>
<P>
<P>
<P>
The <em>BesselY</em> operator returns the Bessel function of the second kind.
<P> <H3>
syntax: </H3>
<P>
<P>
<em>BesselY</em>(<order>,<argument>)
<P>
<P>
<P>
<P> <H3>
examples: </H3>
<P><PRE><TT>
BesselY (1/2,pi);
- sqrt(2) / pi
on rounded;
BesselY (1,3);
0.324674424792
</TT></PRE><P>The operator <em>BesselY</em> is also called Weber's function.
<P>
<P>
<P>