UNPKG

@stdlib/esm

Version:

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

3 lines 354 B
// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0 import a from"./../../../../math/base/assert/is-nan.js";import t from"./../../../../constants/math/float64-pi-squared.js";var r=a,s=t;function o(a,t){return r(a)||r(t)||t<=0?NaN:t*t*(1/3-2/s)}var n=o;export default n; //# sourceMappingURL=variance.js.map