UNPKG

@thi.ng/vectors

Version:

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

12 lines (11 loc) 211 B
import { fract as _fract } from "@thi.ng/math/prec"; import { defHofOp } from "./compile/emit.js"; const [fract, fract2, fract3, fract4] = defHofOp( _fract ); export { fract, fract2, fract3, fract4 };