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.acosh); const acosh = a; const acosh2 = b; const acosh3 = c; const acosh4 = d; export { acosh, acosh2, acosh3, acosh4 };