UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 288 B
import { remainder as op } from "@thi.ng/math/libc"; import { defOpVN } from "./defopvn.js"; const [a, b, c, d] = defOpVN(op); const remainderN = a; const remainderN2 = b; const remainderN3 = c; const remainderN4 = d; export { remainderN, remainderN2, remainderN3, remainderN4 };