//SCI2C: DEFAULT_PRECISION= DOUBLE

function mainfunction()

//test atan2


disp (atan(7,2));

c=[4 2 3 ;8 8 4; 3 4 5]
d=[2 3 7 ;2 4 4; 1 3 4]
disp (atan(c,d))

endfunction