intgtable.c File Reference

#include "FTables.h"

Include dependency graph for intgtable.c:

Go to the source code of this file.

Defines

#define ARGS_fintg   double *

Typedefs

typedef double *(*) fintgf (ARGS_fintg)

Functions

void C2F() intgex (ARGS_fintg)
double *C2F() fintg (ARGS_fintg)
void C2F() setfintg (char *name, int *rep)
double *C2F() fintg (double *x)

Variables

FTAB FTab_fintg []
static fintgf fintgfonc


Define Documentation

#define ARGS_fintg   double *

Definition at line 6 of file intgtable.c.


Typedef Documentation

typedef double*(*) fintgf(ARGS_fintg)

Definition at line 21 of file intgtable.c.


Function Documentation

double* C2F() fintg ( double *  x  ) 

function call : WARNING fintg returns a double

Definition at line 34 of file intgtable.c.

References fintgfonc, and x.

00035 {
00036         return((*fintgfonc)(x));
00037 }

double* C2F() fintg ( ARGS_fintg   ) 

void C2F() intgex ( ARGS_fintg   ) 

void C2F() setfintg ( char *  name,
int rep 
)

fixes the function associated to name


Variable Documentation

fintgf fintgfonc [static]

the current function fixed by setfintg

Definition at line 30 of file intgtable.c.

Referenced by fintg().

FTAB FTab_fintg[]

Initial value:

{
        {"intgex", (voidf)  C2F(intgex)},
        {(char *) 0, (voidf) 0}}

Definition at line 13 of file intgtable.c.


Generated on Sun Mar 4 15:18:02 2007 for Scilab [trunk] by  doxygen 1.5.1