File mttroot/mtt/bin/trans/m/pow.m artifact 0360ed3c86 part of check-in 4b6be1b1fb
function z = pow (x,y) ## usage: z = pow (x,y) ## ## Computes z = x^y z = x^y; endfunction
function z = pow (x,y) ## usage: z = pow (x,y) ## ## Computes z = x^y z = x^y; endfunction