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

Definition at line 5213 of file t_erfa_c.c.

References eraPas(), and vvd().

Referenced by main().

5228 {
5229  double al, ap, bl, bp, theta;
5230 
5231 
5232  al = 1.0;
5233  ap = 0.1;
5234  bl = 0.2;
5235  bp = -1.0;
5236 
5237  theta = eraPas(al, ap, bl, bp);
5238 
5239  vvd(theta, -2.724544922932270424, 1e-12, "eraPas", "", status);
5240 
5241 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraPas(double al, double ap, double bl, double bp)
Definition: pas.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: