Skip to content

Commit 4301694

Browse files
authored
docs: update related packages sections
PR-URL: #4362 Reviewed-by: Athan Reines <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent cdf5e79 commit 4301694

File tree

5 files changed

+42
-1
lines changed

5 files changed

+42
-1
lines changed

lib/node_modules/@stdlib/constants/float32/min-base10-exponent/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@ Macro for the minimum base 10 exponent for a normal [single-precision floating-p
126126

127127
<section class="related">
128128

129+
* * *
130+
131+
## See Also
132+
133+
- <span class="package-name">[`@stdlib/constants/float32/min-base10-exponent-subnormal`][@stdlib/constants/float32/min-base10-exponent-subnormal]</span><span class="delimiter">: </span><span class="description">the minimum base 10 exponent for a subnormal single-precision floating-point number.</span>
134+
- <span class="package-name">[`@stdlib/constants/float64/min-base10-exponent`][@stdlib/constants/float64/min-base10-exponent]</span><span class="delimiter">: </span><span class="description">the minimum base 10 exponent for a normal double-precision floating-point number.</span>
135+
129136
</section>
130137

131138
<!-- /.related -->
@@ -138,6 +145,10 @@ Macro for the minimum base 10 exponent for a normal [single-precision floating-p
138145

139146
<!-- <related-links> -->
140147

148+
[@stdlib/constants/float32/min-base10-exponent-subnormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/min-base10-exponent-subnormal
149+
150+
[@stdlib/constants/float64/min-base10-exponent]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/min-base10-exponent
151+
141152
<!-- </related-links> -->
142153

143154
</section>

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

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

125125
<section class="related">
126126

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

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

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

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

141152
</section>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ int main( void ) {
200200

201201
- <span class="package-name">[`@stdlib/math/base/special/exp2`][@stdlib/math/base/special/exp2]</span><span class="delimiter">: </span><span class="description">base 2 exponential function.</span>
202202
- <span class="package-name">[`@stdlib/math/base/special/ln`][@stdlib/math/base/special/ln]</span><span class="delimiter">: </span><span class="description">evaluate the natural logarithm of a double-precision floating-point number.</span>
203-
- <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>
203+
- <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>
204204

205205
</section>
206206

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

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

173173
<section class="related">
174174

175+
* * *
176+
177+
## See Also
178+
179+
- <span class="package-name">[`@stdlib/math/base/special/cosd`][@stdlib/math/base/special/cosd]</span><span class="delimiter">: </span><span class="description">compute the cosine of an angle measured in degrees.</span>
180+
- <span class="package-name">[`@stdlib/math/base/special/cos`][@stdlib/math/base/special/cos]</span><span class="delimiter">: </span><span class="description">compute the cosine of a number.</span>
181+
175182
</section>
176183

177184
<!-- /.related -->
@@ -184,6 +191,10 @@ int main( void ) {
184191

185192
<!-- <related-links> -->
186193

194+
[@stdlib/math/base/special/cosd]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cosd
195+
196+
[@stdlib/math/base/special/cos]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cos
197+
187198
<!-- </related-links> -->
188199

189200
</section>

lib/node_modules/@stdlib/ndarray/for-each/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ forEach( x, naryFunction( log, 2 ) );
147147

148148
<section class="related">
149149

150+
* * *
151+
152+
## See Also
153+
154+
- <span class="package-name">[`@stdlib/ndarray/map`][@stdlib/ndarray/map]</span><span class="delimiter">: </span><span class="description">apply a callback to elements in an input ndarray and assign results to elements in a new output ndarray.</span>
155+
150156
</section>
151157

152158
<!-- /.related -->
@@ -157,6 +163,8 @@ forEach( x, naryFunction( log, 2 ) );
157163

158164
<!-- <related-links> -->
159165

166+
[@stdlib/ndarray/map]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/map
167+
160168
<!-- </related-links> -->
161169

162170
</section>

0 commit comments

Comments
 (0)