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

Definition at line 2255 of file t_erfa_c.c.

References eraC2s(), and vvd().

Referenced by main().

2270 {
2271  double p[3], theta, phi;
2272 
2273 
2274  p[0] = 100.0;
2275  p[1] = -50.0;
2276  p[2] = 25.0;
2277 
2278  eraC2s(p, &theta, &phi);
2279 
2280  vvd(theta, -0.4636476090008061162, 1e-14, "eraC2s", "theta", status);
2281  vvd(phi, 0.2199879773954594463, 1e-14, "eraC2s", "phi", status);
2282 
2283 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraC2s(double p[3], double *theta, double *phi)
Definition: c2s.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: