In my code, I have following line:
PSMAX= DMAX1(PSXL,PSXL,PSYL,PSXU,PSYU)
I am familiar with MAX command which finds the maximum of set of variables. D is for making the function Double precision (DMAX). But what is the 1 at the end?
Is there any place to get the directory of FORTRAN commands and functions?




