unsafeDiv

Git Source

Will return 0 instead of reverting if y is zero.

function unsafeDiv(int256 x, int256 y) pure returns (int256 r);