#include "FTables.h"Include dependency graph for int2dtable.c:

Go to the source code of this file.
Defines | |
| #define | ARGS_fint2d double *,double * |
Typedefs | |
| typedef double *(*) | fint2df (ARGS_fint2d) |
Functions | |
| void C2F() | int2dex (ARGS_fint2d) |
| double *C2F() | fint2d (ARGS_fint2d) |
| void C2F() | setfint2d (char *name, int *rep) |
| double *C2F() | fint2d (double *x, double *y) |
Variables | |
| FTAB | FTab_fint2d [] |
| static fint2df | fint2dfonc |
| #define ARGS_fint2d double *,double * |
Definition at line 9 of file int2dtable.c.
| typedef double*(*) fint2df(ARGS_fint2d) |
Definition at line 10 of file int2dtable.c.
| double* C2F() fint2d | ( | double * | x, | |
| double * | y | |||
| ) |
function call : WARNING fintg returns a double
Definition at line 34 of file int2dtable.c.
References fint2dfonc, x, and y.
00035 { 00036 return((*fint2dfonc)(x,y)); 00037 }
| double* C2F() fint2d | ( | ARGS_fint2d | ) |
| void C2F() int2dex | ( | ARGS_fint2d | ) |
| void C2F() setfint2d | ( | char * | name, | |
| int * | rep | |||
| ) |
fixes the function associated to name
fint2df fint2dfonc [static] |
the current function fixed by setfint2d
Definition at line 30 of file int2dtable.c.
Referenced by fint2d().
1.5.1