Skip to content

Commit 34603e8

Browse files
committed
Auto-generated commit
1 parent 025af4b commit 34603e8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ out = isSameFloat32Array( x, y );
125125

126126
<section class="related">
127127

128+
* * *
129+
130+
## See Also
131+
132+
- <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>
133+
- <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>
134+
128135
</section>
129136

130137
<!-- /.related -->
@@ -202,6 +209,12 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
202209

203210
[@stdlib/assert/is-same-value]: https://github.com/stdlib-js/assert-is-same-value
204211

212+
<!-- <related-links> -->
213+
214+
[@stdlib/assert/is-same-float64array]: https://github.com/stdlib-js/assert-is-same-float64array
215+
216+
<!-- </related-links> -->
217+
205218
</section>
206219

207220
<!-- /.links -->

0 commit comments

Comments
 (0)