File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/stats/base/ndarray/dmeankbn2/include/stdlib/stats/base/ndarray Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
2828extern "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*/
3434double stdlib_stats_dmeankbn2 ( const struct ndarray * arrays [] );
3535
You can’t perform that action at this time.
0 commit comments