Description
IntegralDivide throws an exception on overflow.
There is only one case that can cause that:
```
Long.MinValue div -1
```
IntegralDivide throws an exception on overflow.
There is only one case that can cause that:
```
Long.MinValue div -1
```