From da54736518577394e912428626ee4e633a80f2a6 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 8 Aug 2024 12:37:10 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 1 + base/special/trigamma/README.md | 1 - base/special/trigamma/src/main.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b860851dc..05351bea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5885,6 +5885,7 @@ A total of 30 people contributed to this release. Thank you to the following con
+- [`c14e9c3`](https://github.com/stdlib-js/stdlib/commit/c14e9c3c5b43e13f53e20f87b51868e49b8b7882) - **docs:** update license header and remove `stdlib` include in `math/base/special/trigamma` _(by Gunj Joshi)_ - [`82f78f2`](https://github.com/stdlib-js/stdlib/commit/82f78f2a48a3dd406afbed1a3aa2891ecbc94ab6) - **docs:** update function description comments in `math/base/special/betaln` _(by Gunj Joshi)_ - [`02d4c8a`](https://github.com/stdlib-js/stdlib/commit/02d4c8a5104c324ff3e4b55c6889601e9fd81844) - **bench:** fix variable dtypes [(#2761)](https://github.com/stdlib-js/stdlib/pull/2761) _(by Gunj Joshi, Athan Reines)_ - [`90133e3`](https://github.com/stdlib-js/stdlib/commit/90133e3fcc5deb6ea888468f2b610d1786dbba00) - **bench:** update sample value [(#2763)](https://github.com/stdlib-js/stdlib/pull/2763) _(by Gunj Joshi)_ diff --git a/base/special/trigamma/README.md b/base/special/trigamma/README.md index 379cb5b33..a26410634 100644 --- a/base/special/trigamma/README.md +++ b/base/special/trigamma/README.md @@ -181,7 +181,6 @@ double stdlib_base_trigamma( const double x ); ```c #include "stdlib/math/base/special/trigamma.h" -#include #include int main( void ) { diff --git a/base/special/trigamma/src/main.c b/base/special/trigamma/src/main.c index f8504bd7a..c3ca521b1 100644 --- a/base/special/trigamma/src/main.c +++ b/base/special/trigamma/src/main.c @@ -18,7 +18,7 @@ * * ## Notice * -* The original C++ code and copyright notice are from the [Boost library]{@link http://www.boost.org/doc/libs/1_85_0/boost/math/special_functions/trigamma.hpp}. The implementation follows the original but has been reformatted and modified for JavaScript. +* The original C++ code and copyright notice are from the [Boost library]{@link http://www.boost.org/doc/libs/1_85_0/boost/math/special_functions/trigamma.hpp}. The implementation follows the original but has been reformatted and modified for use in stdlib. * * ```text * (C) Copyright John Maddock 2006.