Skip to content

Commit bebfcb0

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 5719489 commit bebfcb0

File tree

1 file changed

+14
-0
lines changed
  • lib/node_modules/@stdlib/complex/float32/base/add

1 file changed

+14
-0
lines changed

lib/node_modules/@stdlib/complex/float32/base/add/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,14 @@ int main( void ) {
261261

262262
<section class="related">
263263

264+
* * *
265+
266+
## See Also
267+
268+
- <span class="package-name">[`@stdlib/complex/float64/base/add`][@stdlib/complex/float64/base/add]</span><span class="delimiter">: </span><span class="description">add two double-precision complex floating-point numbers.</span>
269+
- <span class="package-name">[`@stdlib/complex/float32/base/mul`][@stdlib/complex/float32/base/mul]</span><span class="delimiter">: </span><span class="description">multiply two single-precision complex floating-point numbers.</span>
270+
- <span class="package-name">[`@stdlib/math/base/ops/csubf`][@stdlib/math/base/ops/csubf]</span><span class="delimiter">: </span><span class="description">subtract two single-precision complex floating-point numbers.</span>
271+
264272
</section>
265273

266274
<!-- /.related -->
@@ -271,6 +279,12 @@ int main( void ) {
271279

272280
<!-- <related-links> -->
273281

282+
[@stdlib/complex/float64/base/add]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/float64/base/add
283+
284+
[@stdlib/complex/float32/base/mul]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/float32/base/mul
285+
286+
[@stdlib/math/base/ops/csubf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/csubf
287+
274288
<!-- </related-links> -->
275289

276290
</section>

0 commit comments

Comments
 (0)