UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 188 B
import { defOpV } from "./defopv.js"; const [a, b, c, d] = defOpV(Math.log); const log = a; const log_2 = b; const log_3 = c; const log_4 = d; export { log, log_2, log_3, log_4 };