[Numpy-discussion] inconsistency in 10**(-2) or 10**array([-2])

Mark Bakker markbak at gmail.com
Wed Aug 18 08:42:51 EDT 2010


Hello list,

When I do 10**-2, Python nicely returns 0.02

But with numpy (version 1.3.0), I get zero:

In [492]: 10**array([-2])
Out[492]: array([0])

Is this the intended behavior?

Thanks, Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100818/e4c02f64/attachment.html>


More information about the NumPy-Discussion mailing list