Description
Small Model of Type : GAMS
Category : GAMS Test library
Main file : fntan.gms includes : fnset_x.inc [html] fntest_x.inc [html]
$title 'Test correctness of tan intrinsic' (FNTAN,SEQ=269)
$include fnset_x.inc
$gdxIn fntan
$load aeps0 aeps1 aeps2 reps T data
$gdxIn
loop {T,
data(T, 'f') = tan.value (data(T,'x'));
data(T, 'fx') = tan.grad (data(T,'x'));
data(T,'fxx') = tan.hess (data(T,'x'));
data(T, 'rc') = mathlastrc;
data(T, 'ec') = mathlastec;
};
$include fntest_x.inc