From e42306b32618180220b6cbe29bbe150b14ca5032 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Mon, 25 Dec 2023 22:55:20 +0000 Subject: [PATCH] Auto-generated commit --- base/special/cflipsignf/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/special/cflipsignf/README.md b/base/special/cflipsignf/README.md index 926a9fa99..ce279eb52 100644 --- a/base/special/cflipsignf/README.md +++ b/base/special/cflipsignf/README.md @@ -207,6 +207,7 @@ int main( void ) { ## See Also +- [`@stdlib/math/base/ops/cnegf`][@stdlib/math/base/ops/cnegf]: negate a single-precision complex floating-point number. - [`@stdlib/math/base/special/cflipsign`][@stdlib/math/base/special/cflipsign]: return a double-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`. @@ -219,6 +220,8 @@ int main( void ) { +[@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