Skip to content

Commit fd9c7ff

Browse files
chore: add private
Co-authored-by: Philipp Burckhardt <[email protected]> Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 9a85fc9 commit fd9c7ff

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/stdev/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/stdev/lib/native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var addon = require( './../src/addon.node' );
2828
/**
2929
* Returns the standard deviation of a Kumaraswamy's double bounded distribution.
3030
*
31+
* @private
3132
* @param {PositiveNumber} a - first shape parameter
3233
* @param {PositiveNumber} b - second shape parameter
3334
* @returns {PositiveNumber} standard deviation

0 commit comments

Comments
 (0)