Skip to content

Commit 10838c2

Browse files
authored
refactor: remove stdint
Signed-off-by: Gunj Joshi <[email protected]>
1 parent aec0485 commit 10838c2

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/binomcoeff/src

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/math/base/special/binomcoeff/src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include "stdlib/math/base/special/gcdf.h"
2424
#include "stdlib/constants/float32/pinf.h"
2525
#include "stdlib/constants/float32/max_safe_integer.h"
26-
#include <stdint.h>
2726

2827
/**
2928
* Computes the binomial coefficient of two integers as a single-precision floating-point number.

0 commit comments

Comments
 (0)