UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 280 B
import { remainder as op } from "@thi.ng/math/libc"; import { defOpVV } from "./defopvv.js"; const [a, b, c, d] = defOpVV(op); const remainder = a; const remainder2 = b; const remainder3 = c; const remainder4 = d; export { remainder, remainder2, remainder3, remainder4 };