Suppose we have $$I=\int_{-2}^{1}{\frac{1}{x^2}dx}$$
Evaluating the integral directly without considering the discontinuity, $$I=-\left[\frac{1}{x}\right]_{-2}^1=-\frac{3}{2}$$
The actual integral doesn't converge, but what does $-\frac{3}{2}$ represent? What is its significance?
Is it safe to say that it is the area from $-2$ to $0^-$ and $0^+$ to $1$?
The value $-3/2$ is the Hadamard finite part of the integral in question, which is a way to assign a meaningful finite value to an otherwise divergent quantity via meromorphic continuation. Denoting $\mathcal H$ as the finite part integral we write $$ \begin{align} \mathcal H\int_{-2}^1\frac{\mathrm dx}{x^2} &=\lim_{\epsilon\to 0^+}\left(\left(\int_{-2}^{-\epsilon}+\int_\epsilon^1\right)\frac{\mathrm dx}{x^2}-\frac{2}{\epsilon}\right)\\ &=\lim_{\epsilon\to 0^+}\left(-x^{-1}\Big|_{-2}^{-\epsilon}-x^{-1}\Big|_\epsilon^1-\frac{2}{\epsilon}\right)\\ &=\lim_{\epsilon\to 0^+}\left(\frac{1}{\epsilon}-\frac{1}{2}-1+\frac{1}{\epsilon}-\frac{2}{\epsilon}\right)\\ &=-\frac{3}{2}. \end{align} $$ This result can be derived directly from the antiderivative of $1/x^2$ because in this particular example no limit needs to be evaluated (since all terms involving $\epsilon$ simply cancel out).