[−][src]Function js_sys::Math::imul
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.
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.