UNPKG

@thi.ng/vectors

Version:

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

10 lines (9 loc) 174 B
import { defOp } from "./compile/emit.js"; import { MATH } from "./compile/templates.js"; const [lt, lt2, lt3, lt4] = defOp(MATH("<")); export { lt, lt2, lt3, lt4 };