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

Definition at line 1852 of file palTest.c.

References palRvgalc(), and vvd().

Referenced by main().

1852  {
1853  double rv;
1854  rv = palRvgalc( 2.7, -1.0 );
1855  vvd( rv, 213.98084425751144977, 1.0E-12, "palRvgalc", "rv", status );
1856 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: palTest.c:99
double palRvgalc(double r2000, double d2000)
Definition: palRvgalc.c:85

+ Here is the call graph for this function:

+ Here is the caller graph for this function: