//test for scilab function nextpow2
function power()
    x = nextpow2([127 5])    		//calling nextpow2
    disp(x)
endfunction