Skip to content

Commit 17b7218

Browse files
authored
docs: update related packages sections
PR-URL: #4876 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 07b0a30 commit 17b7218

File tree

2 files changed

+24
-0
lines changed
  • lib/node_modules/@stdlib

2 files changed

+24
-0
lines changed

lib/node_modules/@stdlib/assert/is-positive-finite/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ bool = isPositiveFinite( null );
148148

149149
<section class="related">
150150

151+
* * *
152+
153+
## See Also
154+
155+
- <span class="package-name">[`@stdlib/assert/is-finite`][@stdlib/assert/is-finite]</span><span class="delimiter">: </span><span class="description">test if a value is a finite number.</span>
156+
- <span class="package-name">[`@stdlib/assert/is-positive-number`][@stdlib/assert/is-positive-number]</span><span class="delimiter">: </span><span class="description">test if a value is a number having a positive value.</span>
157+
151158
</section>
152159

153160
<!-- /.related -->
@@ -156,6 +163,14 @@ bool = isPositiveFinite( null );
156163

157164
<section class="links">
158165

166+
<!-- <related-links> -->
167+
168+
[@stdlib/assert/is-finite]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-finite
169+
170+
[@stdlib/assert/is-positive-number]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-positive-number
171+
172+
<!-- </related-links> -->
173+
159174
</section>
160175

161176
<!-- /.links -->

lib/node_modules/@stdlib/constants/float32/sqrt-pi/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ Macro for the square root of the mathematical constant [π][@stdlib/constants/fl
120120

121121
<section class="related">
122122

123+
* * *
124+
125+
## See Also
126+
127+
- <span class="package-name">[`@stdlib/constants/float32/pi`][@stdlib/constants/float32/pi]</span><span class="delimiter">: </span><span class="description">π.</span>
128+
- <span class="package-name">[`@stdlib/constants/float64/sqrt-pi`][@stdlib/constants/float64/sqrt-pi]</span><span class="delimiter">: </span><span class="description">square root of π.</span>
129+
123130
</section>
124131

125132
<!-- /.related -->
@@ -132,6 +139,8 @@ Macro for the square root of the mathematical constant [π][@stdlib/constants/fl
132139

133140
<!-- <related-links> -->
134141

142+
[@stdlib/constants/float64/sqrt-pi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/sqrt-pi
143+
135144
<!-- </related-links> -->
136145

137146
</section>

0 commit comments

Comments
 (0)