Closed
Description
Documentation
Hi, I have some question about the documentation page of np.arange()
. Apologies if they are dumb ones.
- Why BNF is used in this page, i.e. why are there square brackets in the function signature? I think this only happens to
arange()
- Why are
dtype
andlike
not labelled as optional? How are they different from the other arguments?
Thanks!