UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 224 B
import { defOpVV } from "./defopvv.js"; import { $divI } from "./ops.js"; const [a, b, c, d] = defOpVV($divI); const divI = a; const divI2 = b; const divI3 = c; const divI4 = d; export { divI, divI2, divI3, divI4 };