Skip to content

Commit 7edf117

Browse files
authored
Update main.c
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent 3d6ed8b commit 7edf117

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/dmeankbn2/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/dmeankbn2/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "stdlib/blas/base/shared.h"
2323

2424
/**
25-
* Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
25+
* Computes the arithmetic mean of a one-dimensional double-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
2626
*
2727
* @param arrays list containing an input ndarray
2828
* @return arithmetic mean value

0 commit comments

Comments
 (0)