dbkias.f
SUBROUTINE DBKIAS (X, N, KTRMS, T, ANS, IND, MS, GMRN, H, IERR)
C***BEGIN PROLOGUE DBKIAS
....
....
Warning: this routine is not intended to be user-callable.
....
....
C***SUBSIDIARY
C***PURPOSE Subsidiary to DBSKIN
C***LIBRARY SLATEC
C***TYPE DOUBLE PRECISION (BKIAS-S, DBKIAS-D)
C***AUTHOR Amos, D. E., (SNLA)
C***DESCRIPTION
C
C DBKIAS computes repeated integrals of the K0 Bessel function
C by the asymptotic expansion
C
C***SEE ALSO DBSKIN
C***ROUTINES CALLED D1MACH, DBDIFF, DGAMRN, DHKSEQ
C***REVISION HISTORY (YYMMDD)
C 820601 DATE WRITTEN
C 890531 Changed all specific intrinsics to generic. (WRB)
C 890911 Removed unnecessary intrinsics. (WRB)
C 891214 Prologue converted to Version 4.0 format. (BAB)
C 900328 Added TYPE section. (WRB)
C 910722 Updated AUTHOR section. (ALS)
C***END PROLOGUE DBKIAS