Artifact 0360ed3c86169384219d78d67a1d821c7f71266b5cb640bba0c4d13bbe9304d4:
- File mtt/bin/trans/m/pow.m — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 102) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/bin/trans/m/pow.m — part of check-in [bc591b3819] at 2001-04-03 14:51:30 on branch origin/master — Equivalent to the c pow function (computes x^y) (user: gawthrop@users.sourceforge.net, size: 102) [annotate] [blame] [check-ins using]
function z = pow (x,y) ## usage: z = pow (x,y) ## ## Computes z = x^y z = x^y; endfunction