GPU Computing Gems - approximating erfinv

GPU Computing Gems - approximating erfinv

This software approximates the inverse error function, a standard function in most mathematical libraries which is used extensively in computational finance and other Monte Carlo applications to invert the Normal cumulative dstribution function.

The accompanying paper appeared in GPU Computing Gems: Jade Edition and the implementations of erfinv in NVIDIA's CUDA maths libraries are now based on this software.