UNPKG

@thi.ng/vectors

Version:

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

12 lines (11 loc) 191 B
import { defOp } from "./compile/emit.js"; import { FN2 } from "./compile/templates.js"; const [max, max2, max3, max4] = defOp( FN2("Math.max") ); export { max, max2, max3, max4 };