On Sat, Jan 26, 2008 at 5:49 AM, Travis E. Oliphant
<[EMAIL PROTECTED]> wrote:
>
> Tom Johnson wrote:
> > Hi, I'm having some troubles with long.
> >
> >
> from numpy import log
> log(8463186938969424928L)
>
> > 43.5822574833
> >
> log(10454852688145851272L)
>
>
Tom Johnson wrote:
> Hi, I'm having some troubles with long.
>
>
from numpy import log
log(8463186938969424928L)
> 43.5822574833
>
log(10454852688145851272L)
> : 'long' object has no attribute 'log'
>
The problem is that the latter long integer i
On Jan 26, 2008 12:39 AM, Tom Johnson <[EMAIL PROTECTED]> wrote:
> Hi, I'm having some troubles with long.
>
> >>> from numpy import log
> >>> log(8463186938969424928L)
> 43.5822574833
> >>> log(10454852688145851272L)
> : 'long' object has no attribute 'log'
>
Numpy uses the standard C functions,
Hi, I'm having some troubles with long.
>>> from numpy import log
>>> log(8463186938969424928L)
43.5822574833
>>> log(10454852688145851272L)
: 'long' object has no attribute 'log'
Thoughts?
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
ht