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

Definition at line 4846 of file t_erfa_c.c.

References eraNut00a(), and vvd().

Referenced by main().

4861 {
4862  double dpsi, deps;
4863 
4864 
4865  eraNut00a(2400000.5, 53736.0, &dpsi, &deps);
4866 
4867  vvd(dpsi, -0.9630909107115518431e-5, 1e-13,
4868  "eraNut00a", "dpsi", status);
4869  vvd(deps, 0.4063239174001678710e-4, 1e-13,
4870  "eraNut00a", "deps", status);
4871 
4872 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraNut00a(double date1, double date2, double *dpsi, double *deps)
Definition: nut00a.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: