Dec. 26, 2004
11:33 a.m.
Hi, I'm not sure this behavior is intended:
from numarray import * log(array([0.0], type=Float64)) Warning: Encountered divide by zero(s) in log array([ inf])
-inf would be a more useful result. ralf
Dec. 26, 2004
2:16 p.m.
On Sun, 2004-12-26 at 11:26 -0800, Ralf Juengling wrote:
Hi,
I'm not sure this behavior is intended:
from numarray import * log(array([0.0], type=Float64)) Warning: Encountered divide by zero(s) in log array([ inf])
-inf would be a more useful result.
ralf
Hi Ralf, This is fixed in CVS now. Thanks, Todd
7928
Age (days ago)
7928
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ralf Juengling -
Todd Miller