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: stdlib-js#2677

Signed-off-by: GUNJ JOSHI <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
gunjjoshi committed Aug 21, 2024
1 parent 7f8893c commit daccd59
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

0 comments on commit daccd59

Please sign in to comment.