UNPKG

@stdlib/esm

Version:

ES module distribution for Stdlib, a standard library for JavaScript and Node.js.

3 lines 296 B
// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0 import r from"./../../../../math/base/special/sqrt.js";var a=r;function t(r,t){var e,o;return r<=0||t<=0?NaN:(o=a(r*t/((e=r+t)+1)),o/=e)}var e=t;export default e; //# sourceMappingURL=stdev.js.map