Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/fiedo.dc2
Дата изменения: Thu Nov 11 16:55:07 1999
Дата индексирования: Fri Jan 16 00:09:21 2009
Кодировка:

Function: FIEDO

Purpose: FIEDO evaluates the code generated by FIEINI.

Category: MATH

File: fie.c

Author: K.G. Begeman

Use: INTEGER FIEDO( PARS, Input REAL ARRAY
NOPS, Input INTEGER
RESULT, Output REAL ARRAY
FIEID ) Input INTEGER

FIEDO Returns:
0 : successful
-1 : id out of range
-2 : no code generated for id by FIEINI

PARS Parameters as specified in string processed by
FIEINI. The first NOPS elements contain
parameter 1, the second NOPS elements contain
parameter 2 and so on. The number of elements
in PARS is equal to NOPS * (the number of
parameters as returned by FIEINI).
NOPS Number of operations, that is, how many times
to repeat the evaluation for different sets
of parameters.
RESULT The result of each evaluation. The number of
elements in RESULT is NOPS.
FIEID Id of code generated by FIEINI.

Updates: Aug 1, 1989: KGB, original document.