Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/minmax.dc2
Дата изменения: Thu Jan 23 17:11:34 1992
Дата индексирования: Fri Jan 16 01:16:12 2009
Кодировка:

Поисковые слова: trifid nebula

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.