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

Definition at line 793 of file palTest.c.

References palGmst(), palGmsta(), and vvd().

Referenced by main().

793  {
794  vvd ( palGmst( 53736. ), 1.754174971870091203,
795  1e-12, "palGmst", " ", status );
796 
797  vvd ( palGmsta( 53736., 0.0 ), 1.754174971870091203,
798  1e-12, "palGmsta", " ", status );
799 }
double palGmsta(double date, double ut1)
Definition: palOne2One.c:1374
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: palTest.c:99
double palGmst(double ut1)
Definition: palOne2One.c:1332

+ Here is the call graph for this function:

+ Here is the caller graph for this function: