37 DOUBLE PRECISION OS(*)
39 IF (nos .LT. 1) CALL
xermsg(
'SLATEC',
'INITDS',
40 +
'Number of coefficients is less than 1', 2, 1)
45 err = err +
abs(
REAL(os(i)))
46 IF (err.GT.eta) go to 20
49 20
IF (i .EQ. nos) CALL
xermsg(
'SLATEC',
'INITDS',
50 +
'Chebyshev series too short for specified accuracy', 1, 1)
function initds(OS, NOS, ETA)
subroutine xermsg(LIBRAR, SUBROU, MESSG, NERR, LEVEL)