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
+21-2
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,15 @@ out = isSameComplex64Array( x, y );
125
125
126
126
<sectionclass="related">
127
127
128
+
* * *
129
+
130
+
## See Also
131
+
132
+
- <spanclass="package-name">[`@stdlib/assert-is-complex64array`][@stdlib/assert/is-complex64array]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a Complex64Array.</span>
133
+
- <spanclass="package-name">[`@stdlib/assert-is-same-complex128array`][@stdlib/assert/is-same-complex128array]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are both Complex128Arrays and have the same values.</span>
134
+
- <spanclass="package-name">[`@stdlib/assert-is-same-float32array`][@stdlib/assert/is-same-float32array]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are both Float32Arrays and have the same values.</span>
135
+
- <spanclass="package-name">[`@stdlib/assert-is-same-value`][@stdlib/assert/is-same-value]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are the same value.</span>
0 commit comments