Artifact 26cbd36e99a9db3306bb514116c2952a219442c6dd924a14eb6603894e013844:
- Executable file
r37/lisp/csl/html/r37_0452.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: 602) [annotate] [blame] [check-ins using] [more...]
<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>