2008/6/25 Robert Kern <[EMAIL PROTECTED]>:
> In [1]: from numpy import *
>
> In [3]: 1j == (0+1j)
> Out[3]: True
>
> In [4]: 0*inf
> Out[4]: nan

Fair enough.

How about

z = np.complex(0, np.inf)
z**2 == (nannanj)

Shouldn't that be -inf?

Regards
Stéfan
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to