summaryrefslogtreecommitdiff
path: root/tests/unit_tests/power.sce
blob: b83b2c91e60fed7e810a83b2fd45c3585a22c547 (plain)
1
2
3
4
5
//test for scilab function nextpow2
function power()
    x = nextpow2([127 5])    		//calling nextpow2
    disp(x)
endfunction