We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5881d6d commit f44a537Copy full SHA for f44a537
1 file changed
lib/node_modules/@stdlib/blas/ext/base/ndarray/gunitspace/README.md
@@ -57,7 +57,10 @@ var out = gunitspace( [ x, start ] );
57
58
The function has the following parameters:
59
60
-- **arrays**: array-like object containing a one-dimensional input ndarray and a zero-dimensional ndarray containing a starting value.
+- **arrays**: array-like object containing the following ndarrays:
61
+
62
+ - a one-dimensional input ndarray.
63
+ - a zero-dimensional ndarray containing a starting value.
64
65
</section>
66
0 commit comments