pub fn imul(x: i32, y: i32) -> i32
The Math.imul() function returns the result of the C-like 32-bit multiplication of the two parameters.
Math.imul()
MDN documentation