UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 206 B
import { defOpV } from "./defopv.js"; const [a, b, c, d] = defOpV(Math.atanh); const atanh = a; const atanh_2 = b; const atanh_3 = c; const atanh_4 = d; export { atanh, atanh_2, atanh_3, atanh_4 };