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

Definition at line 2929 of file t_erfa_c.c.

References eraDtdb(), and vvd().

Referenced by main().

2944 {
2945  double dtdb;
2946 
2947 
2948  dtdb = eraDtdb(2448939.5, 0.123, 0.76543, 5.0123, 5525.242, 3190.0);
2949 
2950  vvd(dtdb, -0.1280368005936998991e-2, 1e-15, "eraDtdb", "", status);
2951 
2952 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraDtdb(double date1, double date2, double ut, double elong, double u, double v)
Definition: dtdb.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: