I have an equation which is a little longer than the page margin. I don't want to split it, but I was wondering if it is possible to get it a little more dense (something like setstretch for an equation itself).
Appreciate any help.
MWE:
\documentclass[twocolumn]{article}
\usepackage{amssymb}
\begin{document}
example text example text example text example text example text example text example text example text example text example text example text example text
equation:
\begin{equation}
x^2 +y^2+z^2+w^2+\int_{\alpha\in \mathbb{R}} d\alpha f(x,y,z,w)\exp{-2y^2+z^2-w^2}
\end{equation}
\end{document}

