unsafeWadDiv
Will return 0 instead of reverting if y is zero and will not revert on overflow, only use where overflow is not possible.
function unsafeWadDiv(int256 x, int256 y) pure returns (int256 r);
Will return 0 instead of reverting if y is zero and will not revert on overflow, only use where overflow is not possible.
function unsafeWadDiv(int256 x, int256 y) pure returns (int256 r);