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

Definition at line 1858 of file palTest.c.

References palRvlg(), and vvd().

Referenced by main().

1858  {
1859  double rv;
1860  rv = palRvlg( 2.7, -1.0 );
1861  vvd( rv, 291.79205281252404802, 1.0E-12, "palRvlg", "rv", status );
1862 }
double palRvlg(double r2000, double d2000)
Definition: palRvlg.c:78
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: