Skip to content

Commit 3d6ed8b

Browse files
authored
Update dmeankbn2.h
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent 43d6136 commit 3d6ed8b

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/dmeankbn2/include/stdlib/stats/base/ndarray

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/dmeankbn2/include/stdlib/stats/base/ndarray/dmeankbn2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
#include "stdlib/ndarray/ctor.h"
2323

2424
/*
25-
* If C++, prevent name mangling so that the compiler emits a binary file having undecorated names.
25+
* If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C compiler.
2626
*/
2727
#ifdef __cplusplus
2828
extern "C" {
2929
#endif
3030

3131
/**
32-
* Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
32+
* Computes the arithmetic mean of a one-dimensional double-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
3333
*/
3434
double stdlib_stats_dmeankbn2( const struct ndarray *arrays[] );
3535

0 commit comments

Comments
 (0)