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

Definition at line 1244 of file palTest.c.

References palMappa(), and vvec().

Referenced by main().

1244  {
1245  double amprms[21];
1246  double expected[21] = {1.9986310746064646082,
1247  -0.1728200754134739392,
1248  0.88745394651412767839,
1249  0.38472374350184274094,
1250  -0.17245634725219796679,
1251  0.90374808622520386159,
1252  0.3917884696321610738,
1253  2.0075929387510784968e-08,
1254  -9.9464149073251757597e-05,
1255  -1.6125306981057062306e-05,
1256  -6.9897255793245634435e-06,
1257  0.99999999489900059935,
1258  0.99999983777998024959,
1259  -0.00052248206600935195865,
1260  -0.00022683144398381763045,
1261  0.00052248547063364874764,
1262  0.99999986339269864022,
1263  1.4950491424992534218e-05,
1264  0.00022682360163333854623,
1265  -1.5069005133483779417e-05,
1266  0.99999997416198904698};
1267 
1268  palMappa( 2010.0, 55927.0, amprms );
1269  vvec( 21, amprms, expected, "palMappa", status );
1270 }
void palMappa(double eq, double date, double amprms[21])
Definition: palMappa.c:94
static void vvec(int len, double *vec, double *expected, const char *func, int *status)
Definition: palTest.c:173

+ Here is the call graph for this function:

+ Here is the caller graph for this function: