Skip to content

Commit c14e9c3

Browse files
authored
docs: update license header and remove stdlib include in math/base/special/trigamma
PR-URL: #2765 --------- Signed-off-by: Gunj Joshi <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 82f78f2 commit c14e9c3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: lib/node_modules/@stdlib/math/base/special/trigamma/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ double stdlib_base_trigamma( const double x );
181181
182182
```c
183183
#include "stdlib/math/base/special/trigamma.h"
184-
#include <stdlib.h>
185184
#include <stdio.h>
186185
187186
int main( void ) {

Diff for: lib/node_modules/@stdlib/math/base/special/trigamma/src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* ## Notice
2020
*
21-
* 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.
21+
* 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.
2222
*
2323
* ```text
2424
* (C) Copyright John Maddock 2006.

0 commit comments

Comments
 (0)