UNPKG

@thi.ng/vectors

Version:

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

11 lines (10 loc) 352 B
import { remainder as _remainder } from "@thi.ng/math/libc"; import { defHofOp } from "./compile/emit.js"; import { ARGS_V, ARGS_VN, FN_N } from "./compile/templates.js"; const [remainderN, remainderN2, remainderN3, remainderN4] = defHofOp(_remainder, FN_N("op"), ARGS_VN, ARGS_V); export { remainderN, remainderN2, remainderN3, remainderN4 };