ProteoWizard
|
#include "erf.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/misc/Std.hpp"
#include <limits>
#include <cstring>
#include <cmath>
Go to the source code of this file.
Functions | |
void | test_real () |
void | test_series () |
void | test_real_wrapper () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
const double | epsilon_ = numeric_limits<double>::epsilon() |
void test_real | ( | ) |
Definition at line 107 of file erfTest.cpp.
References e(), pwiz::math::erf(), os_, unit_assert_equal, and x.
Referenced by main().
void test_series | ( | ) |
Definition at line 127 of file erfTest.cpp.
References e(), pwiz::math::erf(), pwiz::math::erf_series2(), os_, unit_assert_equal, x, and y.
Referenced by main().
void test_real_wrapper | ( | ) |
Definition at line 147 of file erfTest.cpp.
References e(), pwiz::math::erf(), os_, unit_assert_equal, and x.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 164 of file erfTest.cpp.
References e(), os_, TEST_EPILOG, TEST_FAILED, TEST_PROLOG, test_real(), test_real_wrapper(), and test_series().
ostream* os_ = 0 |
Definition at line 38 of file erfTest.cpp.
const double epsilon_ = numeric_limits<double>::epsilon() |
Definition at line 39 of file erfTest.cpp.