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

Definition at line 196 of file t_erfa_c.c.

References eraAf2a(), viv(), and vvd().

Referenced by main().

211 {
212  double a;
213  int j;
214 
215 
216  j = eraAf2a('-', 45, 13, 27.2, &a);
217 
218  vvd(a, -0.7893115794313644842, 1e-12, "eraAf2a", "a", status);
219  viv(j, 0, "eraAf2a", "j", status);
220 
221 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
static void viv(int ival, int ivalok, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:24
int eraAf2a(char s, int ideg, int iamin, double asec, double *rad)
Definition: af2a.c:4

+ Here is the call graph for this function:

+ Here is the caller graph for this function: