[Haskell-beginners] making function problem (chapter 6 of Programming in Haskell)

KC kc1956 at gmail.com
Mon Aug 8 16:26:45 CEST 2011


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



More information about the Beginners mailing list