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

Definition at line 474 of file palTest.c.

References palDcc2s(), and vvd().

Referenced by main().

474  {
475  double dv[3] = { 100., -50., 25. };
476  double da, db;
477 
478  palDcc2s ( dv, &da, &db );
479  vvd ( da, -0.4636476090008061, 1e-12, "palDcc2s",
480  "A", status );
481  vvd ( db, 0.2199879773954594, 1e-12, "palDcc2s",
482  "B", status );
483 }
void palDcc2s(double v[3], double *a, double *b)
Definition: palOne2One.c:327
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: