19 #include "CLHEP/Random/Stat.h"
24 double HepStat::erfQ (
double x) {
35 erfc= t*std::exp(-z*z-1.26551223+t*(1.00002368+t*(0.37409196+t*(0.09678418+
36 t*(-0.18628806+t*(0.27886807+t*(-1.13520398+t*(1.48851587+
37 t*(-0.82215223+t*0.17087277 ))) ))) )));
41 if ( x < 0 ) erfc = 2.0 - erfc;