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

Definition at line 5544 of file t_erfa_c.c.

References eraPm(), and vvd().

Referenced by main().

5559 {
5560  double p[3], r;
5561 
5562 
5563  p[0] = 0.3;
5564  p[1] = 1.2;
5565  p[2] = -2.5;
5566 
5567  r = eraPm(p);
5568 
5569  vvd(r, 2.789265136196270604, 1e-12, "eraPm", "", status);
5570 
5571 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraPm(double p[3])
Definition: pm.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: