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 Dec 25, 2023
1 parent 4504a78 commit e42306b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/special/cflipsignf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ int main( void ) {

## See Also

- <span class="package-name">[`@stdlib/math/base/ops/cnegf`][@stdlib/math/base/ops/cnegf]</span><span class="delimiter">: </span><span class="description">negate a single-precision complex floating-point number.</span>
- <span class="package-name">[`@stdlib/math/base/special/cflipsign`][@stdlib/math/base/special/cflipsign]</span><span class="delimiter">: </span><span class="description">return a double-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.</span>

</section>
Expand All @@ -219,6 +220,8 @@ int main( void ) {

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

[@stdlib/math/base/ops/cnegf]: https://github.com/stdlib-js/math/tree/main/base/ops/cnegf

[@stdlib/math/base/special/cflipsign]: https://github.com/stdlib-js/math/tree/main/base/special/cflipsign

<!-- </related-links> -->
Expand Down

0 comments on commit e42306b

Please sign in to comment.