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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,13 @@ out = isComplex64ndarrayLike( null );
114
114
115
115
<sectionclass="related">
116
116
117
+
* * *
118
+
119
+
## See Also
120
+
121
+
- <spanclass="package-name">[`@stdlib/assert-is-complex128ndarray-like`][@stdlib/assert/is-complex128ndarray-like]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is an ndarray-like object containing double-precision complex floating-point numbers.</span>
122
+
- <spanclass="package-name">[`@stdlib/assert-is-ndarray-like`][@stdlib/assert/is-ndarray-like]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is ndarray-like.</span>
0 commit comments