diff options
author | Hong Xu <hong@topbug.net> | 2017-09-16 00:54:29 -0700 |
---|---|---|
committer | Hong Xu <hong@topbug.net> | 2017-09-16 21:02:12 -0700 |
commit | e67ff5a12fb1a00140486bf1a5ae9a39fbcbdadd (patch) | |
tree | 810b6dacb5aedb21c0beb48872ab0b5b5d0ab7f4 /numpy/lib/nanfunctions.py | |
parent | 7da52beb00b7c5d44ed1c946f2b43692d6ec4e1a (diff) | |
download | numpy-e67ff5a12fb1a00140486bf1a5ae9a39fbcbdadd.tar.gz |
arange: `start` is not needed even when `step` is given.
The documentation says `start` must be given if `step` is specified, but this is not true. For
example, arange(5, step=2) works.
Diffstat (limited to 'numpy/lib/nanfunctions.py')
0 files changed, 0 insertions, 0 deletions