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