FACT++  1.0
static void t_epco ( int *  status)
static

Definition at line 676 of file palTest.c.

References palEpco(), and vvd().

Referenced by main().

676  {
677  vvd ( palEpco ( 'B', 'J', 2000 ), 2000.001277513665,
678  1e-7, "palEpco", "BJ", status );
679  vvd ( palEpco ( 'J', 'B', 1950 ), 1949.999790442300,
680  1e-7, "palEpco", "JB", status );
681  vvd ( palEpco ( 'J', 'j', 2000 ), 2000,
682  1e-7, "palEpco", "JJ", status );
683 }
double palEpco(char k0, char k, double e)
Definition: palEpco.c:82
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: palTest.c:99

+ Here is the call graph for this function:

+ Here is the caller graph for this function: