You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,15 @@ for ( i = 0; i < dt.length; i++ ) {
166
166
167
167
<sectionclass="related">
168
168
169
+
* * *
170
+
171
+
## See Also
172
+
173
+
- <spanclass="package-name">[`@stdlib/array-full-like`][@stdlib/array/full-like]</span><spanclass="delimiter">: </span><spanclass="description">create a filled array having the same length and data type as a provided array.</span>
174
+
- <spanclass="package-name">[`@stdlib/array-nans-like`][@stdlib/array/nans-like]</span><spanclass="delimiter">: </span><spanclass="description">create an array filled with NaNs and having the same length and data type as a provided array.</span>
175
+
- <spanclass="package-name">[`@stdlib/array-ones`][@stdlib/array/ones]</span><spanclass="delimiter">: </span><spanclass="description">create an array filled with ones and having a specified length.</span>
176
+
- <spanclass="package-name">[`@stdlib/array-zeros-like`][@stdlib/array/zeros-like]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled array having the same length and data type as a provided array.</span>
0 commit comments