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

Definition at line 1870 of file palTest.c.

References palRvlsrk(), and vvd().

Referenced by main().

1870  {
1871  double rv;
1872  rv = palRvlsrk( 2.7, -1.0 );
1873  vvd( rv, 12.556356851411955233, 1.0E-12, "palRvlsrk", "rv", status );
1874 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: palTest.c:99
double palRvlsrk(double r2000, double d2000)
Definition: palRvlsrk.c:90

+ Here is the call graph for this function:

+ Here is the caller graph for this function: