UNPKG

@thi.ng/vectors

Version:

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

12 lines (11 loc) 187 B
import { defOp } from "./compile/emit.js"; import { MATH } from "./compile/templates.js"; const [lte, lte2, lte3, lte4] = defOp( MATH("<=") ); export { lte, lte2, lte3, lte4 };