Skip to content

Commit 114115a

Browse files
authored
docs: update related packages sections
PR-URL: #4655 Reviewed-by: Athan Reines <[email protected]>
1 parent 69ea747 commit 114115a

File tree

1 file changed

+11
-0
lines changed
  • lib/node_modules/@stdlib/constants/float32/max-base2-exponent-subnormal

1 file changed

+11
-0
lines changed

lib/node_modules/@stdlib/constants/float32/max-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 maximum 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/max-base2-exponent`][@stdlib/constants/float32/max-base2-exponent]</span><span class="delimiter">: </span><span class="description">the maximum biased base 2 exponent for a single-precision floating-point number.</span>
132+
- <span class="package-name">[`@stdlib/constants/float64/max-base2-exponent-subnormal`][@stdlib/constants/float64/max-base2-exponent-subnormal]</span><span class="delimiter">: </span><span class="description">the maximum 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 maximum biased base 2 exponent for a subnormal [single-precision f
136143

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

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

141152
</section>

0 commit comments

Comments
 (0)