besi(3f) - [M_bessel] compute the I Bessel function for a given argument and order
Synopsis
Description
Options
Example
subroutine besi(X,N,BI,IER)
Computes I Bessel function using series or asymptotic approximation depending on range of arguments.
N and X must be .GE. zero
Checks for errors IN N and X and exits if any are present
none
Description of parameters
X The argument of the I Bessel function desired N The order of the I Bessel function desired BI The resultant I Bessel function IER Resultant error code whereIER=0 No error IER=1 N is negative IER=2 X is negative IER=3 underflow, BI .LT. 1.E-69, BI set to 0.0 IER=4 overflow, X .GT. 170 where X .GT. N
Nemo Release 3.1 | besi (3) | February 23, 2025 |