[NumPy-Tickets] [NumPy] #1961: numpy.log() doesn't accept very large numbers
NumPy Trac
numpy-tickets@scipy....
Thu Oct 13 18:49:31 CDT 2011
#1961: numpy.log() doesn't accept very large numbers
-------------------------+--------------------------------------------------
Reporter: staticfloat | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: devel
Keywords: |
-------------------------+--------------------------------------------------
If I type numpy.log(2**63), I get the expected answer of 42.975.
If I type numpy.log(2**64), I get:
AttributeError Traceback (most recent call
last)
/Users/sabae/<ipython-input-40-d6bd9063dbbc> in <module>()
----> 1 np.log(2**63)
AttributeError: log
My numpy.version.version says "1.6.1", but that is not an option in the
dropdown box, so I've set it to "devel"
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1961>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list