Function js_sys::Math::imul

source ·
pub fn imul(x: i32, y: i32) -> i32
Expand description

The Math.imul() function returns the result of the C-like 32-bit multiplication of the two parameters.

MDN documentation