UNPKG

@thi.ng/vectors

Version:

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

9 lines (8 loc) 147 B
import { defMathOpN } from "./compile/emit.js"; const [mulN, mulN2, mulN3, mulN4] = defMathOpN("*"); export { mulN, mulN2, mulN3, mulN4 };