UNPKG

@stdlib/esm

Version:

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

3 lines 331 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"./../../../../constants/math/float64-ln-two.js";var r=t,o=a;function n(t){return r(t)||t<0?NaN:1/t*o}var s=n;export default s; //# sourceMappingURL=median.js.map