15 lines
249 B
C
15 lines
249 B
C
#ifndef INIT_F_H
|
|
#define INIT_F_H
|
|
|
|
#define NUM_FPE 1e-300
|
|
|
|
int get_call_count (void);
|
|
double f0 (double x);
|
|
double f1 (double x);
|
|
double f2 (double x);
|
|
double f3 (double x);
|
|
double f4 (double x);
|
|
double f5 (double x);
|
|
double f6 (double x);
|
|
|
|
#endif
|