Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/decodereal.dc2
Дата изменения: Mon Feb 5 07:28:24 2001
Дата индексирования: Fri Jan 16 22:28:51 2009
Кодировка:
Function: DECODEREAL

Purpose: Hermes interface routine for decoding reals.

Category: SYSTEM, USER-INTERFACE

File: srvreq.c

Author: J.P. Terlouw

Use: INTEGER DECODEREAL( EXPR, Input CHARACTER*(*)
OUTV, Output REAL ARRAY
NOUT ) Input INTEGER

DECODEREAL Returns number of reals actually decoded or
a negative error code.
EXPR Character string containing the expressions to
be evaluated.
OUTV Array of reals obtaining the decoded values.

Notes: - The syntax of the input for this routine is described
in document input.dc2.
- Variables defined in Hermes are also available through
this function.

Updates: Jul 21, 1994: JPT, document created.