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

Definition at line 559 of file palTest.c.

References palDat(), palDt(), palDtt(), and vvd().

Referenced by main().

559  {
560  vvd ( palDat ( 43900 ), 18, 0, "palDat",
561  " ", status );
562  vvd ( palDtt ( 40404 ), 39.709746, 1e-12, "palDtt",
563  " ", status );
564  vvd ( palDt ( 500 ), 4686.7, 1e-10, "palDt",
565  "500", status );
566  vvd ( palDt ( 1400 ), 408, 1e-11, "palDt",
567  "1400", status );
568  vvd ( palDt ( 1950 ), 27.99145626, 1e-12, "palDt",
569  "1950", status );
570 }
double palDat(double dju)
Definition: palDat.c:82
double palDt(double epoch)
Definition: palDt.c:97
double palDtt(double dju)
Definition: palDtt.c:75
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: