BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines functions in namespace Math. More...
Go to the source code of this file.
Namespaces | |
Math | |
Various mathematical functions. | |
Macros | |
#define | BORNAGAIN_BASE_MATH_FUNCTIONS_H |
Functions | |
double | Math::cot (double x) |
cotangent function: ![]() | |
double | Math::erf (double arg) |
Error function of real-valued argument. More... | |
double | Math::Gaussian (double x, double average, double std_dev) |
double | Math::GeneratePoissonRandom (double average) |
double | Math::IntegratedGaussian (double x, double average, double std_dev) |
double | Math::Laue (const double x, size_t N) |
Real Laue function: ![]() | |
complex_t | Math::sinc (const complex_t z) |
Complex sinc function: ![]() | |
double | Math::sinc (double x) |
sinc function: ![]() | |
double | Math::StandardNormal (double x) |
complex_t | Math::tanhc (const complex_t z) |
Complex tanhc function: ![]() | |
Defines functions in namespace Math.
Definition in file Functions.h.
#define BORNAGAIN_BASE_MATH_FUNCTIONS_H |
Definition at line 21 of file Functions.h.