// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0import r from"./../../../../math/base/special/sqrt.js";var a=r;functiont(r,t){return r<=0||t<=0?NaN:a(r)/t}var e=t;exportdefault e;
//# sourceMappingURL=stdev.js.map