speed of numpy.power()?

Carlos Grohmann carlos.grohmann at gmail.com
Wed Aug 25 09:59:36 EDT 2010


Hi all,

I'd like to hear from you on the benefits of using numpy.power(x,y)
over (x*x*x*x..)

I looks to me that numpy.power takes more time to run.

cheers

Carlos




More information about the Python-list mailing list