getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/tanh_data.ref','rb'); x = [1,%i,-1,-%i]; if load_ref('x') then bugmes();quit;end, %ans = tanh(x); if load_ref('%ans') then bugmes();quit;end, %ans = sinh(x)0./ cosh(x); if load_ref('%ans') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);