1 2 3 4 5 6
function test_isinf disp('Datatype: Double'); i1 = %inf; o1 = isinf(float(i1)); disp(o1); endfunction