From 41345ca022b5e4060c15a5541528fe517a71f50e Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 8 Dec 2024 03:56:02 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 1 + CONTRIBUTORS | 1 + base/special/tand/README.md | 11 +++++++++++ 3 files changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f399e5252..0c8eb979a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2663,6 +2663,7 @@ A total of 5 people contributed to this release. Thank you to the following cont
+- [`0a8192d`](https://github.com/stdlib-js/stdlib/commit/0a8192d68506a2abf4c3e52e1af9f1510e1660b4) - **docs:** update related packages sections [(#3370)](https://github.com/stdlib-js/stdlib/pull/3370) _(by stdlib-bot)_ - [`a64ea86`](https://github.com/stdlib-js/stdlib/commit/a64ea86886d159e09b37e8591fc53d9944618204) - **feat:** update namespace TypeScript declarations [(#3371)](https://github.com/stdlib-js/stdlib/pull/3371) _(by stdlib-bot, Philipp Burckhardt)_ - [`7e8187a`](https://github.com/stdlib-js/stdlib/commit/7e8187a766886c2fb9cdc356cf781f0a1802172c) - **docs:** update related packages sections [(#3368)](https://github.com/stdlib-js/stdlib/pull/3368) _(by stdlib-bot)_ - [`ef06a2d`](https://github.com/stdlib-js/stdlib/commit/ef06a2dda4cc6b272088a7a39c30e48dbf8c6ce4) - **feat:** add C implementation for `math/base/special/dirichlet-eta` [(#3282)](https://github.com/stdlib-js/stdlib/pull/3282) _(by Gunj Joshi, stdlib-bot)_ diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a39138a7e..ba851aae0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -52,6 +52,7 @@ Krishnendu Das <86651039+itskdhere@users.noreply.github.com> Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com> Lovelin <100030865+lovelindhoni@users.noreply.github.com> Manik Sharma +Manvith M <148960168+manvith2003@users.noreply.github.com> Marcus Fantham Matt Cochrane Mihir Pandit <129577900+MSP20086@users.noreply.github.com> diff --git a/base/special/tand/README.md b/base/special/tand/README.md index 0496b6368..dd0608153 100644 --- a/base/special/tand/README.md +++ b/base/special/tand/README.md @@ -170,6 +170,13 @@ int main( void ) { @@ -182,6 +189,10 @@ int main( void ) { +[@stdlib/math/base/special/tan]: https://github.com/stdlib-js/math/tree/main/base/special/tan + +[@stdlib/math/base/special/cosd]: https://github.com/stdlib-js/math/tree/main/base/special/cosd +