UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 207 B
import { defOpVVNew } from "./defopvv-new.js"; const [a, b, c, d] = defOpVVNew((a2, b2) => a2 <= b2); const lte = a; const lte2 = b; const lte3 = c; const lte4 = d; export { lte, lte2, lte3, lte4 };