ProteoWizard
Namespaces | Functions
erf.hpp File Reference
#include "pwiz/utility/misc/Export.hpp"
#include <complex>

Go to the source code of this file.

Namespaces

 pwiz
 
 pwiz::math
 

Functions

PWIZ_API_DECL double pwiz::math::erf (double x)
 real error function; calls gcc-provided erf, complex version (below) on msvc More...
 
PWIZ_API_DECL std::complex< double > pwiz::math::erf (const std::complex< double > &z)
 complex error function More...
 
PWIZ_API_DECL std::complex< double > pwiz::math::erf_series2 (const std::complex< double > &z)
 series implementation for testing More...