[UP]


Manual Reference Pages  - besi (3)

NAME

besi(3f) - [M_bessel] compute the I Bessel function for a given argument and order

CONTENTS

Synopsis
Description
Options
Example

SYNOPSIS

subroutine besi(X,N,BI,IER)

DESCRIPTION

Computes I Bessel function using series or asymptotic approximation depending on range of arguments.

    REMARKS

N and X must be .GE. zero

Checks for errors IN N and X and exits if any are present

    SUBROUTINES AND FUNCTION SUBPROGRAMS REQUIRED

none

OPTIONS

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 where

IER=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

EXAMPLE


besi (3) March 11, 2021
Generated by manServer 1.08 from 7fe64ff4-5bf8-4d32-90a6-6593e7fefb39 using man macros.