UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 200 B
import { defOpV } from "./defopv.js"; const [a, b, c, d] = defOpV(Math.asinh); const asinh = a; const asinh2 = b; const asinh3 = c; const asinh4 = d; export { asinh, asinh2, asinh3, asinh4 };