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