ASA241 is a library of FORTRAN90 routines, using single and double precision arithmetic, for computing the inverse of the Normal Cumulative Density Function.
ASA241 is Applied Statistics Algorithm 241. Source code for many Applied Statistics Algorithms is available through STATLIB.
The library includes two routines, R4_NORMAL_01_CDF_INVERSE, and R8_NORMAL_01_CDF_INVERSE, suitable for single or double precision arithmetic calculations.
ASA111 is a FORTRAN77 library which evaluates the percentage points of the Normal distribution.
ASA241 is also available in a C++ version and a FORTRAN77 version and a MATLAB version.
DCDFLIB is a FORTRAN90 library which contains routines for evaluating and inverting the normal CDF, and many other distributions.
PROB is a FORTRAN90 library which contains routines for evaluating and inverting the normal CDF, and many other distributions.
TEST_VALUES is a FORTRAN90 library which contains routines that store selected values of the normal CDF, and many other statistical distributions.
You can go up one level to the FORTRAN90 source codes.