UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 185 B
import { defOpVV } from "./defopvv.js"; const [a, b, c, d] = defOpVV(Math.pow); const pow = a; const pow2 = b; const pow3 = c; const pow4 = d; export { pow, pow2, pow3, pow4 };