We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f5e17 commit 8abfc2aCopy full SHA for 8abfc2a
lib/node_modules/@stdlib/stats/base/dnanstdevwd/src/main.c
@@ -47,5 +47,5 @@ double API_SUFFIX(stdlib_strided_dnanstdevwd)( const CBLAS_INT N, const double c
47
* @return output value
48
*/
49
double API_SUFFIX(stdlib_strided_dnanstdevwd_ndarray)( const CBLAS_INT N, const double correction, const double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX ) {
50
- return stdlib_base_sqrt( API_SUFFIX(stdlib_strided_dnanvariancewd_ndarray )( N, correction, X, strideX, offsetX ) );
+ return API_SUFFIX(stdlib_strided_dnanvariancewd_ndarray)( N, correction, X, strideX, offsetX );
51
}
0 commit comments