UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 197 B
import { defOpV } from "./defopv.js"; const [a, b, c, d] = defOpV(Math.log2); const log2 = a; const log2_2 = b; const log2_3 = c; const log2_4 = d; export { log2, log2_2, log2_3, log2_4 };