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

Definition at line 462 of file palTest.c.

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

Referenced by main().

462  {
463  int j;
464  double dr;
465 
466  palDaf2r ( 76, 54, 32.1, &dr, &j );
467  vvd ( dr, 1.342313819975276, 1e-12, "palDaf2r",
468  "r", status );
469  viv ( j, 0, "palDaf2r", "j", status );
470 }
void palDaf2r(int ideg, int iamin, double asec, double *rad, int *j)
Definition: palOne2One.c:247
static void viv(int ival, int ivalok, const char *func, const char *test, int *status)
Definition: palTest.c:65
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: palTest.c:99

+ Here is the call graph for this function:

+ Here is the caller graph for this function: