Skip to content

Commit aed40fc

Browse files
committed
Auto-generated commit
1 parent 40d9304 commit aed40fc

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

Diff for: README.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,15 @@ out = isSameComplex64Array( x, y );
125125

126126
<section class="related">
127127

128+
* * *
129+
130+
## See Also
131+
132+
- <span class="package-name">[`@stdlib/assert-is-complex64array`][@stdlib/assert/is-complex64array]</span><span class="delimiter">: </span><span class="description">test if a value is a Complex64Array.</span>
133+
- <span class="package-name">[`@stdlib/assert-is-same-complex128array`][@stdlib/assert/is-same-complex128array]</span><span class="delimiter">: </span><span class="description">test if two arguments are both Complex128Arrays and have the same values.</span>
134+
- <span class="package-name">[`@stdlib/assert-is-same-float32array`][@stdlib/assert/is-same-float32array]</span><span class="delimiter">: </span><span class="description">test if two arguments are both Float32Arrays and have the same values.</span>
135+
- <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>
136+
128137
</section>
129138

130139
<!-- /.related -->
@@ -168,8 +177,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
168177
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-same-complex64array.svg
169178
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-same-complex64array
170179

171-
[test-image]: https://github.com/stdlib-js/assert-is-same-complex64array/actions/workflows/test.yml/badge.svg?branch=v0.1.0
172-
[test-url]: https://github.com/stdlib-js/assert-is-same-complex64array/actions/workflows/test.yml?query=branch:v0.1.0
180+
[test-image]: https://github.com/stdlib-js/assert-is-same-complex64array/actions/workflows/test.yml/badge.svg?branch=main
181+
[test-url]: https://github.com/stdlib-js/assert-is-same-complex64array/actions/workflows/test.yml?query=branch:main
173182

174183
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-same-complex64array/main.svg
175184
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-same-complex64array?branch=main
@@ -202,6 +211,16 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
202211

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

214+
<!-- <related-links> -->
215+
216+
[@stdlib/assert/is-complex64array]: https://github.com/stdlib-js/assert-is-complex64array
217+
218+
[@stdlib/assert/is-same-complex128array]: https://github.com/stdlib-js/assert-is-same-complex128array
219+
220+
[@stdlib/assert/is-same-float32array]: https://github.com/stdlib-js/assert-is-same-float32array
221+
222+
<!-- </related-links> -->
223+
205224
</section>
206225

207226
<!-- /.links -->

0 commit comments

Comments
 (0)