// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0import t from"./../../../../constants/math/float64-pinf.js";var a=t;functionr(t,r){return t<=0||r<=0?NaN:t<=1?a:t*r/(t-1)}var n=r;exportdefault n;
//# sourceMappingURL=mean.js.map