As you probably know, the CDFs for many widely-used distributions are difficult, if not impossible, to express in closed form without the use of special functions
The normal distribution uses $\mathrm{erf}$.
Student's $t$-distribution requires the incomplete beta function or the Euler gamma function
The $\chi^2$ distribution requires the Euler gamma function and the lower incomplete gamma function.
I could continue, but you get the idea. Unfortunately, all of these functions share the property of being impossible to compute.
Does anybody know of a good (freely accessible) resource for approximating these various CDFs? Since I'm after p-values, I'm especially interested in approximations which are accurate for extreme values.