@stdlib/esm
Version:
ES module distribution for Stdlib, a standard library for JavaScript and Node.js.
3 lines • 396 B
JavaScript
// 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"./../../../../math/base/special/ln.js";import r from"./../../../../constants/math/float64-e.js";var s=a,o=t,m=r;function e(a,t){return s(a)||s(t)||t<=0?NaN:o(2*t*m)}var n=e;export default n;
//# sourceMappingURL=entropy.js.map