File mttroot/mtt/bin/trans/m/pow.m artifact 0360ed3c86 part of check-in 66bb5feadf
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