1 2 3 4 5 6 7 8 9
function f(x) { if (Math.imul(0xffffffff, x)) { return -x; } return 1; } f(0); f(0);