File mtt/bin/trans/m/pow.m artifact 0360ed3c86 part of check-in a8cce33cfa


function z = pow (x,y)

  ## usage:  z = pow (x,y)
  ##
  ## Computes z = x^y

  z = x^y;

endfunction

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]