I'd like to know the proof of this formula
$$ \int_0^{\infty} \, e^{-a^2x^2} \operatorname{erf}(bx) \, dx=\frac{1}{a\sqrt{\pi}}\arctan{\frac{b}{a}}$$
where $\operatorname{erf}(x)$ is the error function $\operatorname{erf}(x):=\frac{2}{\sqrt{\pi}}\int_0^{x} e^{-y^2} \, dy$.
Hint: transform the double integral into polar coordinates: $$\frac{2b} {\sqrt\pi}\int_0^\infty e^{-a^2x^2}dx\int_0^x e^{-b^2y^2}dy\\ =\frac{2b} {\sqrt\pi}\int_0^{\pi/4} d\phi\int_0^\infty e^{-r^2 (a^2\cos^2\phi+b^2\sin^2\phi)}rdr =\frac b {\sqrt\pi}\int_0^{\pi/4} \frac {d\phi}{a^2\cos^2\phi+b^2\sin^2\phi} $$ and use $t=\tan \phi $ substitution.