2 FUNCTION inits (OS, NOS, ETA)
38 IF (nos .LT. 1)
CALL xermsg (
'SLATEC',
'INITS',
39 +
'Number of coefficients is less than 1', 2, 1)
44 err = err + abs(os(i))
45 IF (err.GT.eta)
GO TO 20
48 20
IF (i .EQ. nos)
CALL xermsg (
'SLATEC',
'INITS',
49 +
'Chebyshev series too short for specified accuracy', 1, 1)
function inits(OS, NOS, ETA)
subroutine xermsg(LIBRAR, SUBROU, MESSG, NERR, LEVEL)