------------------------------------------------------------------------ IMSL Name: BSJNS/DBSJNS (Single/Double precision version) Revised: May 1, 1991 Purpose: Evaluate a sequence of Bessel functions of the first kind with integer order and real arguments. Usage: CALL BSJNS (X, N, BS) Arguments: X - Argument for which the sequence of Bessel functions is to be evaluated. (Input) Its absolute value must be less than 1.0E5. N - Number of elements in the sequence. (Input) It must be a positive integer. BS - Vector of length N containing the values of the function through the series. (Output) BS(I) contains the value of the Bessel function of order I-1 at x for I = 1 to N. GAMS: C10a1 Chapter: SFUN/LIBRARY Bessel Functions Page No.: SFUN/LIBRARY User's Manual page 115