UNPKG

@stdlib/esm

Version:

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

3 lines 406 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 r from"./../../../../math/base/special/exp.js";import s from"./../../../../math/base/special/ln.js";var t=a,e=r,m=s;function o(a,r){return t(a)||a<=0||t(r)||r<=0?NaN:m(r/a*e(1+1/a))}var i=o;export default i; //# sourceMappingURL=entropy.js.map