| 949 | -45.7784697074463, &calcPaviani, NULL }; |
| 950 | |
| 951 | static double calcDolan( const double* const x, const int N ) |
| 952 | { |
| 953 | return( (x[0]+1.7*x[1])*sin(x[0])-1.5*x[2]- |
| 954 | 0.1*x[3]*cos(x[4]+x[3]-x[0])+0.2*sqr(x[4])-x[1]-1.0 ); |
| 955 | } |
| 956 | |
| 957 | static const CTestFn TestFnDolan = { "Dolan", 5, -100.0, 100.0, |
| 958 | -529.8714387324576, &calcDolan, NULL }; |