Skip to content

Commit 5ea561c

Browse files
committed
docs: update related packages sections
1 parent 1765ee4 commit 5ea561c

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

lib/node_modules/@stdlib/constants/float32/ln-two/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@ Macro for the [natural logarithm][@stdlib/math/base/special/lnf] of `2` as a sin
118118

119119
<section class="related">
120120

121+
* * *
122+
123+
## See Also
124+
125+
- <span class="package-name">[`@stdlib/constants/float32/ln-ten`][@stdlib/constants/float32/ln-ten]</span><span class="delimiter">: </span><span class="description">natural logarithm of `10` as a single-precision floating-point number.</span>
126+
- <span class="package-name">[`@stdlib/constants/float64/ln-two`][@stdlib/constants/float64/ln-two]</span><span class="delimiter">: </span><span class="description">natural logarithm of 2.</span>
127+
121128
</section>
122129

123130
<!-- /.related -->
@@ -130,6 +137,10 @@ Macro for the [natural logarithm][@stdlib/math/base/special/lnf] of `2` as a sin
130137

131138
<!-- <related-links> -->
132139

140+
[@stdlib/constants/float32/ln-ten]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/ln-ten
141+
142+
[@stdlib/constants/float64/ln-two]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/ln-two
143+
133144
<!-- </related-links> -->
134145

135146
</section>

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

+11
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ Macro for the [square root][@stdlib/math/base/special/sqrtf] of `2` as a single-
120120

121121
<section class="related">
122122

123+
* * *
124+
125+
## See Also
126+
127+
- <span class="package-name">[`@stdlib/constants/float32/sqrt-three`][@stdlib/constants/float32/sqrt-three]</span><span class="delimiter">: </span><span class="description">square root of 3 as a single-precision floating-point number.</span>
128+
- <span class="package-name">[`@stdlib/constants/float64/sqrt-two`][@stdlib/constants/float64/sqrt-two]</span><span class="delimiter">: </span><span class="description">square root of 2.</span>
129+
123130
</section>
124131

125132
<!-- /.related -->
@@ -132,6 +139,10 @@ Macro for the [square root][@stdlib/math/base/special/sqrtf] of `2` as a single-
132139

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

142+
[@stdlib/constants/float32/sqrt-three]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/sqrt-three
143+
144+
[@stdlib/constants/float64/sqrt-two]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/sqrt-two
145+
135146
<!-- </related-links> -->
136147

137148
</section>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ int main( void ) {
224224

225225
## See Also
226226

227-
- <span class="package-name">[`@stdlib/math/base/special/cceil`][@stdlib/math/base/special/cceil]</span><span class="delimiter">: </span><span class="description">round a double-precision complex floating-point number toward positive infinity.</span>
227+
- <span class="package-name">[`@stdlib/math/base/special/cceil`][@stdlib/math/base/special/cceil]</span><span class="delimiter">: </span><span class="description">round each component of a double-precision complex floating-point number toward positive infinity.</span>
228228
- <span class="package-name">[`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]</span><span class="delimiter">: </span><span class="description">round a double-precision complex floating-point number toward negative infinity.</span>
229229
- <span class="package-name">[`@stdlib/math/base/special/croundn`][@stdlib/math/base/special/croundn]</span><span class="delimiter">: </span><span class="description">round each component of a double-precision complex floating-point number to the nearest multiple of 10^n.</span>
230230

0 commit comments

Comments
 (0)