I'm on NumPy 1.10.4 (mkl).

>>> np.uint(3) // 2   # 1.0
>>> 3 // 2   # 1

Is this behavior expected? It's certainly not desired from my perspective.
If this is not a bug, could someone explain the rationale to me.

Thanks.
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to