UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 191 B
import { defOpV } from "./defopv.js"; const [a, b, c, d] = defOpV(Math.cosh); const cosh = a; const cosh2 = b; const cosh3 = c; const cosh4 = d; export { cosh, cosh2, cosh3, cosh4 };