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

Definition at line 6735 of file t_erfa_c.c.

References eraPrec76(), and vvd().

Referenced by main().

6750 {
6751  double ep01, ep02, ep11, ep12, zeta, z, theta;
6752 
6753 
6754  ep01 = 2400000.5;
6755  ep02 = 33282.0;
6756  ep11 = 2400000.5;
6757  ep12 = 51544.0;
6758 
6759  eraPrec76(ep01, ep02, ep11, ep12, &zeta, &z, &theta);
6760 
6761  vvd(zeta, 0.5588961642000161243e-2, 1e-12,
6762  "eraPrec76", "zeta", status);
6763  vvd(z, 0.5589922365870680624e-2, 1e-12,
6764  "eraPrec76", "z", status);
6765  vvd(theta, 0.4858945471687296760e-2, 1e-12,
6766  "eraPrec76", "theta", status);
6767 
6768 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPrec76(double date01, double date02, double date11, double date12, double *zeta, double *z, double *theta)
Definition: prec76.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: