Skip to content

Commit

Permalink
docs: remove unused include from example in `math/base/special/gamma/…
Browse files Browse the repository at this point in the history
…README.md`

PR-URL: #2677

Signed-off-by: GUNJ JOSHI <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
gunjjoshi authored Jul 28, 2024
1 parent f2f6164 commit 39a6773
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/math/base/special/gamma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ double stdlib_base_gamma( const double x );
```c
#include "stdlib/math/base/special/gamma.h"
#include <stdlib.h>
#include <stdio.h>
int main( void ) {
Expand Down

1 comment on commit 39a6773

@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/gamma $\color{red}547/556$
$\color{green}+98.38\%$
$\color{red}48/52$
$\color{green}+92.31\%$
$\color{green}6/6$
$\color{green}+100.00\%$
$\color{red}547/556$
$\color{green}+98.38\%$

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

Please sign in to comment.