Skip to content

docs: update related packages sections #4739

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 14, 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
8 changes: 8 additions & 0 deletions lib/node_modules/@stdlib/math/base/special/cosd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ int main( void ) {

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/math/base/special/tand`][@stdlib/math/base/special/tand]</span><span class="delimiter">: </span><span class="description">compute the tangent of an angle measured in degrees.</span>

</section>

<!-- /.related -->
Expand All @@ -182,6 +188,8 @@ int main( void ) {

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

[@stdlib/math/base/special/tand]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/tand

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

</section>
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/stats/base/dists/t/mode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ int main( void ) {

<!-- /.c -->


<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->

<section class="references">
Expand Down
Loading