@stdlib/esm
Version:
ES module distribution for Stdlib, a standard library for JavaScript and Node.js.
3 lines • 336 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"./../array/float64.js";import a from"./../array/float32.js";var o=r,t=a;function e(r){var a;return(a=4===r.BYTES_PER_ELEMENT?new t(2):new o(2))[0]=r.re,a[1]=r.im,a}var f=e;export default f;
//# sourceMappingURL=reim.js.map