getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/exp_data.ref','rb'); x = [1,2,3 + %i]; %ans = log(exp(x)); if load_ref('%ans') then pause,end, //element-wise %ans = 2^x; if load_ref('%ans') then pause,end, %ans = exp(x * log(2)); if load_ref('%ans') then pause,end, xdel_run(winsid()); mclose(%U);