From c14e9c3c5b43e13f53e20f87b51868e49b8b7882 Mon Sep 17 00:00:00 2001 From: Gunj Joshi Date: Thu, 8 Aug 2024 18:03:11 +0530 Subject: [PATCH] docs: update license header and remove `stdlib` include in `math/base/special/trigamma` PR-URL: #2765 --------- Signed-off-by: Gunj Joshi Reviewed-by: Philipp Burckhardt --- lib/node_modules/@stdlib/math/base/special/trigamma/README.md | 1 - lib/node_modules/@stdlib/math/base/special/trigamma/src/main.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/trigamma/README.md b/lib/node_modules/@stdlib/math/base/special/trigamma/README.md index 1573ce61a12..28fa656fd77 100644 --- a/lib/node_modules/@stdlib/math/base/special/trigamma/README.md +++ b/lib/node_modules/@stdlib/math/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/lib/node_modules/@stdlib/math/base/special/trigamma/src/main.c b/lib/node_modules/@stdlib/math/base/special/trigamma/src/main.c index f8504bd7afd..c3ca521b1ff 100644 --- a/lib/node_modules/@stdlib/math/base/special/trigamma/src/main.c +++ b/lib/node_modules/@stdlib/math/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.