@stdlib/esm
Version:
ES module distribution for Stdlib, a standard library for JavaScript and Node.js.
3 lines • 341 B
JavaScript
// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0
import r from"./../special/roundn.js";var n=r;function t(r,t,e,o){return r[0]=n(t,o),r[1]=n(e,o),r}var e=t;function o(r,n,t,o){return 3===arguments.length?e([0,0],r,n,t):e(r,n,t,o)}var u=o;export default u;
//# sourceMappingURL=roundn.js.map