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.atan); const atan = a; const atan_2 = b; const atan_3 = c; const atan_4 = d; export { atan, atan_2, atan_3, atan_4 };