Skip to content

Commit 3d16892

Browse files
authored
docs: update related packages sections
PR-URL: #7369 Reviewed-by: Athan Reines <[email protected]>
1 parent 984012e commit 3d16892

File tree

2 files changed

+3
-2
lines changed
  • lib/node_modules/@stdlib

2 files changed

+3
-2
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ int main() {
228228
## See Also
229229

230230
- <span class="package-name">[`@stdlib/complex/float64/base/div`][@stdlib/complex/float64/base/div]</span><span class="delimiter">: </span><span class="description">divide two complex numbers.</span>
231+
- <span class="package-name">[`@stdlib/math/base/special/cinvf`][@stdlib/math/base/special/cinvf]</span><span class="delimiter">: </span><span class="description">compute the inverse of a single-precision complex floating-point number.</span>
231232

232233
</section>
233234

@@ -249,6 +250,8 @@ int main() {
249250

250251
[@stdlib/complex/float64/base/div]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/float64/base/div
251252

253+
[@stdlib/math/base/special/cinvf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cinvf
254+
252255
<!-- </related-links> -->
253256

254257
</section>

lib/node_modules/@stdlib/stats/base/dists/rayleigh/stdev/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ for ( i = 0; i < 10; i++ ) {
116116

117117
<!-- /.examples -->
118118

119-
120119
<!-- C interface documentation. -->
121120

122121
* * *
@@ -209,7 +208,6 @@ int main( void ) {
209208

210209
<!-- /.c -->
211210

212-
213211
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
214212

215213
<section class="references">

0 commit comments

Comments
 (0)