Skip to content

Commit 50843c9

Browse files
authored
docs: update related packages sections
PR-URL: #4808 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 0614f6c commit 50843c9

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

lib/node_modules/@stdlib/constants/float32/max-base2-exponent/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@ Macro for the maximum biased base 2 exponent for a [single-precision floating-po
124124

125125
<section class="related">
126126

127+
* * *
128+
129+
## See Also
130+
131+
- <span class="package-name">[`@stdlib/constants/float32/max-base2-exponent-subnormal`][@stdlib/constants/float32/max-base2-exponent-subnormal]</span><span class="delimiter">: </span><span class="description">the maximum biased base 2 exponent for a subnormal single-precision floating-point number.</span>
132+
- <span class="package-name">[`@stdlib/constants/float64/max-base2-exponent`][@stdlib/constants/float64/max-base2-exponent]</span><span class="delimiter">: </span><span class="description">the maximum biased base 2 exponent for a double-precision floating-point number.</span>
133+
127134
</section>
128135

129136
<!-- /.related -->
@@ -136,6 +143,10 @@ Macro for the maximum biased base 2 exponent for a [single-precision floating-po
136143

137144
<!-- <related-links> -->
138145

146+
[@stdlib/constants/float32/max-base2-exponent-subnormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-base2-exponent-subnormal
147+
148+
[@stdlib/constants/float64/max-base2-exponent]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/max-base2-exponent
149+
139150
<!-- </related-links> -->
140151

141152
</section>

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,13 @@ int main( void ) {
184184

185185
<section class="related">
186186

187+
* * *
188+
189+
## See Also
190+
191+
- <span class="package-name">[`@stdlib/math/base/special/asec`][@stdlib/math/base/special/asec]</span><span class="delimiter">: </span><span class="description">compute the inverse (arc) secant of a number.</span>
192+
- <span class="package-name">[`@stdlib/math/base/special/asech`][@stdlib/math/base/special/asech]</span><span class="delimiter">: </span><span class="description">compute the hyperbolic arcsecant of a number.</span>
193+
187194
</section>
188195

189196
<!-- /.related -->
@@ -196,6 +203,10 @@ int main( void ) {
196203

197204
<!-- <related-links> -->
198205

206+
[@stdlib/math/base/special/asec]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asec
207+
208+
[@stdlib/math/base/special/asech]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asech
209+
199210
<!-- </related-links> -->
200211

201212
</section>

lib/node_modules/@stdlib/math/iter/special/log/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ while ( true ) {
166166

167167
## See Also
168168

169-
- <span class="package-name">[`@stdlib/math/base/special/log`][@stdlib/math/base/special/log]</span><span class="delimiter">: </span><span class="description">base `b` logarithm.</span>
169+
- <span class="package-name">[`@stdlib/math/base/special/log`][@stdlib/math/base/special/log]</span><span class="delimiter">: </span><span class="description">compute the base `b` logarithm of a double-precision floating-point number.</span>
170170
- <span class="package-name">[`@stdlib/math/iter/special/log10`][@stdlib/math/iter/special/log10]</span><span class="delimiter">: </span><span class="description">create an iterator which evaluates the common logarithm (logarithm with base 10) for each iterated value.</span>
171171
- <span class="package-name">[`@stdlib/math/iter/special/log1p`][@stdlib/math/iter/special/log1p]</span><span class="delimiter">: </span><span class="description">create an iterator which evaluates the natural logarithm of 1+x for each iterated value.</span>
172172
- <span class="package-name">[`@stdlib/math/iter/special/log2`][@stdlib/math/iter/special/log2]</span><span class="delimiter">: </span><span class="description">create an iterator which evaluates the binary logarithm for each iterated value.</span>

0 commit comments

Comments
 (0)