Skip to content

Commit a3ee2a0

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

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/complex/float32/base/mul

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ int main( void ) {
267267

268268
## See Also
269269

270-
- <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>
270+
- <span class="package-name">[`@stdlib/complex/float32/base/add`][@stdlib/complex/float32/base/add]</span><span class="delimiter">: </span><span class="description">add two single-precision complex floating-point numbers.</span>
271271
- <span class="package-name">[`@stdlib/complex/float64/base/mul`][@stdlib/complex/float64/base/mul]</span><span class="delimiter">: </span><span class="description">multiply two double-precision complex floating-point numbers.</span>
272272
- <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>
273273

@@ -281,7 +281,7 @@ int main( void ) {
281281

282282
<!-- <related-links> -->
283283

284-
[@stdlib/complex/float64/base/add]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/float64/base/add
284+
[@stdlib/complex/float32/base/add]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/float32/base/add
285285

286286
[@stdlib/complex/float64/base/mul]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/float64/base/mul
287287

0 commit comments

Comments
 (0)