UNPKG

@stdlib/esm

Version:

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

3 lines 293 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";var r=a;function t(a,t,e){return r(a)||r(t)||r(e)||!(a<=e&&e<=t)?NaN:(a+t+e)/3}var e=t;export default e; //# sourceMappingURL=mean.js.map