@thi.ng/vectors
Version:
Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts
12 lines • 500 B
TypeScript
import type { MultiVecOpVV, VecOpVV } from "./api.js";
/**
* This version of mod uses the same logic as the standard C function
* `remainder()` (or its equivavalent in the thi.ng/maths package), i.e.
* componentwise `a - b * round(a / b)`.
*
* @remarks
* Also see
* [`remainder`](https://docs.thi.ng/umbrella/math/functions/remainder.html).
*/
export declare const remainder: MultiVecOpVV, remainder2: VecOpVV, remainder3: VecOpVV, remainder4: VecOpVV;
//# sourceMappingURL=remainder.d.ts.map