------------------------------------------------------------------------ IMSL Name: CBINS/DCBINS (Single/Double precision version) Revised: May 1, 1991 Purpose: Evaluate a sequence of Modified Bessel functions of the first kind with integer order and complex arguments. Usage: CALL CBINS (Z, N, CBS) Arguments: Z - Complex argument for which the sequence of Bessel functions is to be evaluated. (Input) It must be less than 1.0E4 in absolute value. N - Number of elements in the sequence. (Input) It must be positive. CBS - Vector of length N containing the values of the function through the series. (Output) CBS(I) contains the value of the Bessel function of order I-1 at z for I = 1 to N. GAMS: C10b2 Chapter: SFUN/LIBRARY Bessel Functions Page No.: SFUN/LIBRARY User's Manual page 121