UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 214 B
import { defOpVV } from "./defopvv.js"; import { $mul } from "./ops.js"; const [a, b, c, d] = defOpVV($mul); const mul = a; const mul2 = b; const mul3 = c; const mul4 = d; export { mul, mul2, mul3, mul4 };