UNPKG

@thi.ng/vectors

Version:

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

9 lines (8 loc) 145 B
import { defMathOp } from "./compile/emit.js"; const [fmod, fmod2, fmod3, fmod4] = defMathOp("%"); export { fmod, fmod2, fmod3, fmod4 };