Until today I had a peaceful life, knowing that Pow(x, y) would (should?) be slower than doing (x*x*....) y times.
But now, this post makes me wonder:
http://www.wc3c.net/showpost.php?p=1097989&postcount=44
So, can anyone confirm that Pow is faster? Should it now be used on multiplications?
Special thanks to BlinkBoy for the benchmark.