Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 19, 2024
1 parent 32f04dc commit 2c8df3b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
16 changes: 16 additions & 0 deletions is-same-complex64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ out = isSameComplex64( x, y );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/assert/is-complex64`][@stdlib/assert/is-complex64]</span><span class="delimiter">: </span><span class="description">test if a value is a 64-bit complex number.</span>
- <span class="package-name">[`@stdlib/assert/is-same-complex128`][@stdlib/assert/is-same-complex128]</span><span class="delimiter">: </span><span class="description">test if two arguments are both double-precision complex floating-point numbers and have the same value.</span>
- <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>

</section>

<!-- /.related -->
Expand All @@ -103,6 +111,14 @@ out = isSameComplex64( x, y );

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

<!-- <related-links> -->

[@stdlib/assert/is-complex64]: https://github.com/stdlib-js/assert/tree/main/is-complex64

[@stdlib/assert/is-same-complex128]: https://github.com/stdlib-js/assert/tree/main/is-same-complex128

<!-- </related-links> -->

</section>

<!-- /.links -->
13 changes: 13 additions & 0 deletions is-same-float32array/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ out = isSameFloat32Array( x, y );

<section class="related">

* * *

## See Also

- <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>
- <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>

</section>

<!-- /.related -->
Expand All @@ -106,6 +113,12 @@ out = isSameFloat32Array( x, y );

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

<!-- <related-links> -->

[@stdlib/assert/is-same-float64array]: https://github.com/stdlib-js/assert/tree/main/is-same-float64array

<!-- </related-links> -->

</section>

<!-- /.links -->

0 comments on commit 2c8df3b

Please sign in to comment.