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

Definition at line 7803 of file t_erfa_c.c.

References eraS2c(), and vvd().

Referenced by main().

7818 {
7819  double c[3];
7820 
7821 
7822  eraS2c(3.0123, -0.999, c);
7823 
7824  vvd(c[0], -0.5366267667260523906, 1e-12, "eraS2c", "1", status);
7825  vvd(c[1], 0.0697711109765145365, 1e-12, "eraS2c", "2", status);
7826  vvd(c[2], -0.8409302618566214041, 1e-12, "eraS2c", "3", status);
7827 
7828 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraS2c(double theta, double phi, double c[3])
Definition: s2c.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: