Skip to content

Commit b5a845c

Browse files
authored
docs: update related packages sections
PR-URL: #8001 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent c62ff2c commit b5a845c

File tree

1 file changed

+8
-0
lines changed
  • lib/node_modules/@stdlib/math/base/special/cinvf

1 file changed

+8
-0
lines changed

lib/node_modules/@stdlib/math/base/special/cinvf/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,12 @@ int main( void ) {
222222

223223
<section class="related">
224224

225+
* * *
226+
227+
## See Also
228+
229+
- <span class="package-name">[`@stdlib/math/base/special/cinv`][@stdlib/math/base/special/cinv]</span><span class="delimiter">: </span><span class="description">compute the inverse of a double-precision complex floating-point number.</span>
230+
225231
</section>
226232

227233
<!-- /.related -->
@@ -240,6 +246,8 @@ int main( void ) {
240246

241247
<!-- <related-links> -->
242248

249+
[@stdlib/math/base/special/cinv]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cinv
250+
243251
<!-- </related-links> -->
244252

245253
</section>

0 commit comments

Comments
 (0)