UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 221 B
import { defOp } from "./compile/emit.js"; import { ARGS_VN, FN_N } from "./compile/templates.js"; const [powN, powN2, powN3, powN4] = defOp( FN_N("Math.pow"), ARGS_VN ); export { powN, powN2, powN3, powN4 };