[Numpy-discussion] finfo.eps v. finfo.epsneg

Charles R Harris charlesr.harris at gmail.com
Wed Jul 7 09:25:28 EDT 2010


On Tue, Jul 6, 2010 at 11:33 PM, David Goldsmith <d.l.goldsmith at gmail.com>wrote:

> >>> np.finfo('float64').eps # returns a scalar
> 2.2204460492503131e-16
> >>> np.finfo('float64').epsneg # returns an array
> array(1.1102230246251565e-16)
>
> Bug or feature?
>
>
Looks like a bug.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100707/50dec7a0/attachment.html>


More information about the NumPy-Discussion mailing list