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.tanh); const tanh = a; const tanh2 = b; const tanh3 = c; const tanh4 = d; export { tanh, tanh2, tanh3, tanh4 };