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: lib/node_modules/@stdlib/assert/is-same-complex128array/README.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,15 @@ out = isSameComplex128Array( x, y );
94
94
95
95
<sectionclass="related">
96
96
97
+
* * *
98
+
99
+
## See Also
100
+
101
+
- <spanclass="package-name">[`@stdlib/assert/is-complex128array`][@stdlib/assert/is-complex128array]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a Complex128Array.</span>
102
+
- <spanclass="package-name">[`@stdlib/assert/is-same-complex64array`][@stdlib/assert/is-same-complex64array]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are both Complex64Arrays and have the same values.</span>
103
+
- <spanclass="package-name">[`@stdlib/assert/is-same-float64array`][@stdlib/assert/is-same-float64array]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are both Float64Arrays and have the same values.</span>
104
+
- <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>
105
+
97
106
</section>
98
107
99
108
<!-- /.related -->
@@ -106,6 +115,16 @@ out = isSameComplex128Array( x, y );
0 commit comments