[issue35187] a bug about np.arrange

Mark Dickinson report at bugs.python.org
Thu Nov 8 03:06:47 EST 2018


Mark Dickinson <dickinsm at gmail.com> added the comment:

It's also worth taking a look at the documentation: https://docs.scipy.org/doc/numpy-1.15.0/reference/generated/numpy.arange.html

See particularly the "Result" section, where it says:

> Because of floating point overflow, this rule may result in the last > element of out being greater than stop.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35187>
_______________________________________


More information about the Python-bugs-list mailing list