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

Go to the source code of this file.

Namespaces

namespace  pwiz
 AMTContainer.hpp.
namespace  pwiz::math

Functions

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