UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 182 B
import { defOpV } from "./defopv.js"; const [a, b, c, d] = defOpV(Math.tan); const tan = a; const tan2 = b; const tan3 = c; const tan4 = d; export { tan, tan2, tan3, tan4 };