UNPKG

@thi.ng/vectors

Version:

Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts

13 lines (12 loc) 193 B
import { defOpVN } from "./defopvn.js"; const [a, b, c, d] = defOpVN(Math.pow); const powN = a; const powN2 = b; const powN3 = c; const powN4 = d; export { powN, powN2, powN3, powN4 };