UNPKG

@thi.ng/vectors

Version:

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

11 lines (10 loc) 153 B
import { defFnOp } from "./compile/emit.js"; const [tanh, tanh2, tanh3, tanh4] = defFnOp( "Math.tanh" ); export { tanh, tanh2, tanh3, tanh4 };