http://qs1969.pair.com?node_id=134484


in reply to Help w/ Code Optimization

You can use the C library's pow() function, so long as your numbers don't need Math::BigFloat treatment:.

$ perl -MPOSIX=pow -e 'print pow(500000,1/5),$/' 13.7972966146122
Very fast.

After Compline,
Zaxo