UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 182 B
import { defOpV } from "./defopv.js"; const [a, b, c, d] = defOpV(Math.abs); const abs = a; const abs2 = b; const abs3 = c; const abs4 = d; export { abs, abs2, abs3, abs4 };