Standard normal tools: approximate $\Phi(z) = P(Z \le z)$ for $Z \sim N(0,1)$, or recover the $z$ whose left-tail probability matches a percentile.
Method. CDF uses the error-function approximation in Abramowitz & Stegun (formula 7.1.26) via $\Phi(z) = \tfrac12\bigl(1+\mathrm{erf}(z/\sqrt{{2}})\bigr)$. The inverse uses a rational approximation in the style of Acklam / Beasley–Springer–Moro. These are educational approximations, not certified library math.