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 1573ce61a128..28fa656fd773 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 f8504bd7afda..c3ca521b1ff9 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.