Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/clspfp.dc2
Дата изменения: Wed Apr 6 11:30:31 1994
Дата индексирования: Fri Jan 16 01:14:30 2009
Кодировка:

Поисковые слова: п п п п п п п п п п п

Function: CLSPFP

Purpose: Checks local single precion floats whether they are legal
floating point numbers. If not, they are replaced by BLANKs.

Category: DATA

File: floating.c

Author: K.G. Begeman

Use: INTEGER CLSPFP( FIN , Input/Output REAL ARRAY
NF ) Input INTEGER

CLSPFP Returns the number of BLANKS inserted because
input reals cannot be represented.
FIN Input/output array containing the
reals to be checked.
NF Number of reals in FIN.

Updates: Oct 26, 1993: KGB, Document created.