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 15, 2024
1 parent 5748774 commit f7ea117
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions complex128/nan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,26 @@ im = imag( v );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/constants/complex64/nan`][@stdlib/constants/complex64/nan]</span><span class="delimiter">: </span><span class="description">canonical single-precision complex floating-point NaN.</span>

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">

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

[@stdlib/constants/complex64/nan]: https://github.com/stdlib-js/constants/tree/main/complex64/nan

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

</section>

<!-- /.links -->
14 changes: 14 additions & 0 deletions complex64/zero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,26 @@ im = imagf( v );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/constants/complex128/zero`][@stdlib/constants/complex128/zero]</span><span class="delimiter">: </span><span class="description">double-precision complex floating-point zero.</span>

</section>

<!-- /.related -->

<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="links">

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

[@stdlib/constants/complex128/zero]: https://github.com/stdlib-js/constants/tree/main/complex128/zero

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

</section>

<!-- /.links -->

0 comments on commit f7ea117

Please sign in to comment.