[Numpy-discussion] [Announce] Numpy 1.3.0b1

Robert Pyle rpyle at post.harvard.edu
Thu Mar 19 14:13:31 EDT 2009


On Mar 19, 2009, at 1:38 PM, Pauli Virtanen wrote:

Thanks for tracking this! Can you check what your platform gives for:

> import numpy as np
> info = np.finfo(np.longcomplex)
> print "eps:", info.eps, info.eps.dtype
> print "tiny:", info.tiny, info.tiny.dtype
> print "log10:", np.log10(info.tiny), np.log10(info.tiny/info.eps)

eps: 1.3817869701e-76 float128
tiny: -1.08420217274e-19 float128
log10: nan nan

Bob




More information about the NumPy-Discussion mailing list