
8 Aug
2011
8 Aug
'11
2:26 p.m.
Besides the programming problem for (^) for natural numbers; there is also the algorithmic question in that can the recursive case be done better than m ^ n = m * m ^ (n -1)? -- -- Regards, KC