Skip to content

Commit 6f0bd62

Browse files
authored
chore: suggestion from code review
1 parent 0c2ee28 commit 6f0bd62

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dnanstdevwd/src

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/dnanstdevwd/src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include "stdlib/math/base/special/sqrt.h"
2222
#include "stdlib/blas/base/shared.h"
2323
#include "stdlib/strided/base/stride2offset.h"
24-
#include <math.h>
2524

2625
/**
2726
* Computes the standard deviation of a double-precision floating-point strided array ignoring `NaN` values and using Welford's algorithm.

0 commit comments

Comments
 (0)