Skip to content

Commit 008fe07

Browse files
authored
chore: update description
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 2861a4e commit 008fe07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/dmeanors/src

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Computes the arithmetic mean of a one-dimensional double-precision floating-point ndarray using ordinary recursive summation.
2626
*
2727
* @param arrays list containing an input ndarray
28-
* @return arithmetic mean value
28+
* @return arithmetic mean
2929
*/
3030
double stdlib_stats_dmeanors( const struct ndarray *arrays[] ) {
3131
const struct ndarray *x = arrays[ 0 ];

0 commit comments

Comments
 (0)