Skip to content

Commit

Permalink
docs: update license header and remove stdlib include in `math/base…
Browse files Browse the repository at this point in the history
…/special/trigamma`

PR-URL: #2765

---------

Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
gunjjoshi authored Aug 8, 2024
1 parent 82f78f2 commit c14e9c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ double stdlib_base_trigamma( const double x );
```c
#include "stdlib/math/base/special/trigamma.h"
#include <stdlib.h>
#include <stdio.h>
int main( void ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

1 comment on commit c14e9c3

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
math/base/special/trigamma $\color{red}533/558$
$\color{green}+95.52\%$
$\color{red}36/49$
$\color{green}+73.47\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{red}533/558$
$\color{green}+95.52\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.