Skip to content

Commit a3301a2

Browse files
authored
docs: update related packages sections
PR-URL: #4517 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 63e4274 commit a3301a2

File tree

4 files changed

+27
-1
lines changed

4 files changed

+27
-1
lines changed

Diff for: lib/node_modules/@stdlib/constants/float32/max-safe-nth-fibonacci/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ Macro for the maximum [safe][safe-integers] nth [Fibonacci number][fibonacci-num
148148

149149
<section class="related">
150150

151+
* * *
152+
153+
## See Also
154+
155+
- <span class="package-name">[`@stdlib/constants/float64/max-safe-nth-fibonacci`][@stdlib/constants/float64/max-safe-nth-fibonacci]</span><span class="delimiter">: </span><span class="description">maximum safe nth Fibonacci number when stored in double-precision floating-point format.</span>
156+
151157
</section>
152158

153159
<!-- /.related -->
@@ -164,6 +170,8 @@ Macro for the maximum [safe][safe-integers] nth [Fibonacci number][fibonacci-num
164170

165171
<!-- <related-links> -->
166172

173+
[@stdlib/constants/float64/max-safe-nth-fibonacci]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/max-safe-nth-fibonacci
174+
167175
<!-- </related-links> -->
168176

169177
</section>

Diff for: lib/node_modules/@stdlib/math/base/special/cceilf/README.md

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

177177
## See Also
178178

179-
- <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>
179+
- <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>
180180

181181
</section>
182182

Diff for: lib/node_modules/@stdlib/math/base/special/gammasgn/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@ int main( void ) {
201201

202202
<section class="related">
203203

204+
* * *
205+
206+
## See Also
207+
208+
- <span class="package-name">[`@stdlib/math/base/special/gamma`][@stdlib/math/base/special/gamma]</span><span class="delimiter">: </span><span class="description">gamma function.</span>
209+
204210
</section>
205211

206212
<!-- /.related -->

Diff for: lib/node_modules/@stdlib/strided/base/dtype-resolve-enum/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ v = resolve( 'uint8' );
129129

130130
<section class="related">
131131

132+
* * *
133+
134+
## See Also
135+
136+
- <span class="package-name">[`@stdlib/strided/base/dtype-resolve-str`][@stdlib/strided/base/dtype-resolve-str]</span><span class="delimiter">: </span><span class="description">return the data type string associated with a supported strided array data type value.</span>
137+
132138
</section>
133139

134140
<!-- /.related -->
@@ -137,6 +143,12 @@ v = resolve( 'uint8' );
137143

138144
<section class="links">
139145

146+
<!-- <related-links> -->
147+
148+
[@stdlib/strided/base/dtype-resolve-str]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/strided/base/dtype-resolve-str
149+
150+
<!-- </related-links> -->
151+
140152
</section>
141153

142154
<!-- /.links -->

0 commit comments

Comments
 (0)