Home Manual Reference Source

src/arithmetic/mod.js

export const mod = (a, b) => a % b;