Home Manual Reference Source

src/arithmetic/mul32.js

const mul32 = (a, b) => Math.imul(a, b);
export default mul32;