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 799bd96 commit 23bc854Copy full SHA for 23bc854
lib/node_modules/@stdlib/stats/base/dnanstdevpn/src/main.c
@@ -47,5 +47,5 @@ double API_SUFFIX(stdlib_strided_dnanstdevpn)( const CBLAS_INT N, const double c
47
* @return output value
48
*/
49
double API_SUFFIX(stdlib_strided_dnanstdevpn_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_dnanvariancepn_ndarray )( N, correction, X, strideX, offsetX ) );
+ return stdlib_base_sqrt( API_SUFFIX(stdlib_strided_dnanvariancepn_ndarray)( N, correction, X, strideX, offsetX ) );
51
}
0 commit comments