Skip to content

docs: update related packages sections #4517

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ Macro for the maximum [safe][safe-integers] nth [Fibonacci number][fibonacci-num

<section class="related">

* * *

## See Also

- <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>

</section>

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

<!-- <related-links> -->

[@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

<!-- </related-links> -->

</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ int main( void ) {

## See Also

- <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>
- <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>

</section>

Expand Down
6 changes: 6 additions & 0 deletions lib/node_modules/@stdlib/math/base/special/gammasgn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@ int main( void ) {

<section class="related">

* * *

## See Also

- <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>

</section>

<!-- /.related -->
Expand Down
12 changes: 12 additions & 0 deletions lib/node_modules/@stdlib/strided/base/dtype-resolve-enum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ v = resolve( 'uint8' );

<section class="related">

* * *

## See Also

- <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>

</section>

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

<section class="links">

<!-- <related-links> -->

[@stdlib/strided/base/dtype-resolve-str]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/strided/base/dtype-resolve-str

<!-- </related-links> -->

</section>

<!-- /.links -->
Loading