UNPKG

@thi.ng/vectors

Version:

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

9 lines (8 loc) 140 B
import { defFnOp } from "./compile/emit.js"; const [cos, cos2, cos3, cos4] = defFnOp("Math.cos"); export { cos, cos2, cos3, cos4 };