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

Definition at line 921 of file palTest.c.

References palDrange(), and vvd().

Referenced by main().

921  {
922  vvd ( palDrange ( -4 ), 2.283185307179586,
923  1e-12, "palDrange", " ", status );
924 }
double palDrange(double angle)
Definition: palDrange.c:68
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: