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

Definition at line 1294 of file palTest.c.

References palFk45z(), and vvd().

Referenced by main().

1294  {
1295  double r2000, d2000;
1296  palFk45z( 1.2, -0.3, 1960.0, &r2000, &d2000 );
1297  vvd( r2000, 1.2097812228966762227, 1.0E-12, "palFk45z", "r2000", status );
1298  vvd( d2000, -0.29826111711331398935, 1.0E-12, "palFk45z", "d2000", status );
1299 }
void palFk45z(double r1950, double d1950, double bepoch, double *r2000, double *d2000)
Definition: palFk45z.c:124
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: