Skip to content

Commit 3105a1b

Browse files
authored
chore: remove unneeded header
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 1bbdc5f commit 3105a1b

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/geometric/median/src

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/geometric/median/src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "stdlib/math/base/assert/is_nan.h"
2121
#include "stdlib/math/base/special/ceil.h"
2222
#include "stdlib/math/base/special/log2.h"
23-
#include <math.h>
2423

2524
/**
2625
* Returns the median of a geometric distribution.

0 commit comments

Comments
 (0)