Skip to content

Commit

Permalink
numsh: support steps for arange
Browse files Browse the repository at this point in the history
  • Loading branch information
XPhyro committed Jan 22, 2024
1 parent 792c827 commit 5ec68eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/util/core/numsh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
DEFINE_EXEC_INFO();

#define FUNCTIONS \
X_FUNCTION(arange, 1, 2, "Append [MIN, MAX) to elements.") \
X_FUNCTION(arange, 1, 3, "Append [MIN, MAX) in STEP steps to elements.") \
\
X_FUNCTION(factor, 0, 0, "Map all elements to their factors.") \
\
Expand Down

0 comments on commit 5ec68eb

Please sign in to comment.