- #1
yabi
- 23
- 1
In an old (1974) FORTRAN program, I have following two lines
IF(FX.GT.COE(KOP,1)) GOTO 1
F=X*COK(KOP,1)
I can't understand the meaning of COE and COK commands.
Are they standard FORTRAN commands?
PS) If you could kindly guide me to a site whee I can find list of fortran commands, I will be very happy to have it.
BR
Khoshravan
IF(FX.GT.COE(KOP,1)) GOTO 1
F=X*COK(KOP,1)
I can't understand the meaning of COE and COK commands.
Are they standard FORTRAN commands?
PS) If you could kindly guide me to a site whee I can find list of fortran commands, I will be very happy to have it.
BR
Khoshravan