Skip to content

Commit 1c8b757

Browse files
authored
docs: update related packages sections
PR-URL: #2135 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent bd9abbc commit 1c8b757

File tree

1 file changed

+19
-0
lines changed
  • lib/node_modules/@stdlib/assert/is-same-complex128array

1 file changed

+19
-0
lines changed

lib/node_modules/@stdlib/assert/is-same-complex128array/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@ out = isSameComplex128Array( x, y );
9494

9595
<section class="related">
9696

97+
* * *
98+
99+
## See Also
100+
101+
- <span class="package-name">[`@stdlib/assert/is-complex128array`][@stdlib/assert/is-complex128array]</span><span class="delimiter">: </span><span class="description">test if a value is a Complex128Array.</span>
102+
- <span class="package-name">[`@stdlib/assert/is-same-complex64array`][@stdlib/assert/is-same-complex64array]</span><span class="delimiter">: </span><span class="description">test if two arguments are both Complex64Arrays and have the same values.</span>
103+
- <span class="package-name">[`@stdlib/assert/is-same-float64array`][@stdlib/assert/is-same-float64array]</span><span class="delimiter">: </span><span class="description">test if two arguments are both Float64Arrays and have the same values.</span>
104+
- <span class="package-name">[`@stdlib/assert/is-same-value`][@stdlib/assert/is-same-value]</span><span class="delimiter">: </span><span class="description">test if two arguments are the same value.</span>
105+
97106
</section>
98107

99108
<!-- /.related -->
@@ -106,6 +115,16 @@ out = isSameComplex128Array( x, y );
106115

107116
[@stdlib/assert/is-same-value]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-value
108117

118+
<!-- <related-links> -->
119+
120+
[@stdlib/assert/is-complex128array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex128array
121+
122+
[@stdlib/assert/is-same-complex64array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-complex64array
123+
124+
[@stdlib/assert/is-same-float64array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-float64array
125+
126+
<!-- </related-links> -->
127+
109128
</section>
110129

111130
<!-- /.links -->

0 commit comments

Comments
 (0)