Skip to content

Commit

Permalink
docs: update related packages sections
Browse files Browse the repository at this point in the history
PR-URL: stdlib-js#4739

Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
stdlib-bot authored and jalajk3004 committed Jan 14, 2025
1 parent f742e64 commit 93ba64e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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

0 comments on commit 93ba64e

Please sign in to comment.