Document: MINMAX Purpose: Describes the available routines which find the minimum and maximum in real arrays. File: minmax.c Author: K.G. Begeman Description: The available routines are the following: MINMAX1 Determines minimum and maximum in a real array. MINMAX2 Same as MINMAX1, but also counts number of BLANKS. MINMAX3 Same as MINMAX2, but determines the running min. and max. and number of BLANKS. MINMAX4 Same as MINMAX3, but also determines position of min. and. max. Updates: Jul 22, 1989: KGB, Document created.