[Numpy-discussion] Integers to integer powers

Alan Isaac alan.isaac at gmail.com
Tue May 24 13:53:11 EDT 2016


On 5/24/2016 1:41 PM, Matthew Brett wrote:
> It's a well-understood promise though - you always have to be careful
> of integer overflow.


Of course.  But **almost all** cases overflow.

And "well understood" assume a certain sophistication
of the user, while `arange` will certainly be used
by beginners.

Alan



More information about the NumPy-Discussion mailing list