How can I compute the well-known integral, $$ I(t,\mu,\sigma) = \frac{1}{\sqrt{2\pi} \sigma} \int_0^t e^{-\frac{(\tau - \mu)^2}{2\sigma^2}} d\tau$$ without using the $erf(z)$ definition.
I am looking for a non-faster way to obtain $I(t,\mu,\sigma)$, because $erf(z)$ trends to diverge in an iterative process varying $t$. I tried to approximate $I(t,\mu,\sigma)$ using the Gauss-Legendre quadrature, but results are not accurate enough.
The way I did it is to let $z = (\tau - \mu)/\sigma$, then, after the appropriate substitution, you get the well known Gaussian Integral.