[Python-ideas] Floating point contexts in Python core
Serhiy Storchaka
storchaka at gmail.com
Thu Oct 11 16:55:48 CEST 2012
On 11.10.12 15:31, Sturla Molden wrote:
> >>> np.int64(1)/np.int64(0)
> 0
>
> >>> np.int32(1)/np.int32(0)
> 0
For such behavior must be some rationale.
More information about the Python-ideas
mailing list