>>>>> "Mike" == Mike <mike at nospam.com> writes: Mike> My second question is, is there anything that can be done to Mike> get Python's speed close to the speed of C#? Can you use scipy? erfc is implemented in the scipy.stats module, which runs about 3 times faster than the pure python version in my simple tests. JDH