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.max); const max = a; const max2 = b; const max3 = c; const max4 = d; export { max, max2, max3, max4 };