We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f65e30 commit 58dbb27Copy full SHA for 58dbb27
lib/node_modules/@stdlib/stats/base/snanmeanpn/src/main.c
@@ -34,7 +34,7 @@
34
*
35
* @param N number of indexed elements
36
* @param X input array
37
-* @param stride stride length
+* @param strideX stride length
38
* @return output value
39
*/
40
float API_SUFFIX(stdlib_strided_snanmeanpn)( const CBLAS_INT N, const float *X, const CBLAS_INT strideX ) {
0 commit comments