UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 232 B
import { defOpVN } from "./defopvn.js"; import { $divU } from "./ops.js"; const [a, b, c, d] = defOpVN($divU); const divNU = a; const divNU2 = b; const divNU3 = c; const divNU4 = d; export { divNU, divNU2, divNU3, divNU4 };