[Numpy-discussion] Strange Error with NumPy

Nanime Puloski npuloski at gmail.com
Thu Aug 6 18:01:27 EDT 2009


Can anyone explain to me why I receive an error(AtrributeError) in NumPy
when I do numpy.sin(2**64), but not when I do numpy.sin(2.0**64),
numpy.sin(float(2**64)) or even numpy.sin(2)?

Where is the root problem in all of this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090806/00f59d52/attachment.html>


More information about the NumPy-Discussion mailing list