UNPKG

@stdlib/esm

Version:

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

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