1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
<HTML>
<HEAD>
<TITLE>TSP (libtsp/FN) - FNbessI0</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFACD">
<H2>FNbessI0</H2>
<HR>
<H4>Routine</H4>
<DL>
<DT>
double FNbessI0 (double x)
</DL>
<H4>Purpose</H4>
<DL>
<DT>
Evaluate the zeroth-order modified Bessel function of first kind
</DL>
<H4>Description</H4>
This function returns the value of the zero'th order modified Bessel function
of the first kind. This function is defined as
<PRE>
1 2 pi
I0(z) = ---- Int exp (z cos(a)) da.
2 pi 0
</PRE>
This routine calculates an approximation using an infinite series. This
series is rapidly converging for moderate values of z.
<H4>Parameters</H4>
<DL>
<DT>
<- double FNbessI0
<DD>
Returned value
<DT>
-> double x
<DD>
Input value
</DL>
<H4>Author / revision</H4>
P. Kabal Copyright (C) 1996
/ Revision 1.1 1996/05/16
<P>
<HR>
Main Index <A HREF="../libtsp.html">libtsp</A>
</BODY>
</HTML>
|