Computing the Normal Distribution Function
Every once in a while, I need to evaluate the normal distribution function
Unfortunately, it is not always available in the standard math libraries, and hence I have to implement a “good-enough” version myself. Here are some options.