#include <cmath>
#include <complex>
Include dependency graph for emconstants.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
const std::complex< float > | iimag (0.f, 1.f) |
Variables | |
const long double | pi = 3.141592653589793238462643383279502884197L |
const long double | twopi = 2*pi |
const long double | pihalf = pi/2 |
const long double | dgr_to_rad = pi/180 |
const long double | rad_to_dgr = 180/pi |
const double | e_base = std::exp(1.) |
const double | sqrt2 = std::sqrt(2.) |
|
Referenced by EMAN::Processor::EMFourierFilterFunc(). |
|
Definition at line 40 of file emconstants.h. |
|
Definition at line 42 of file emconstants.h. |
|
|
Definition at line 39 of file emconstants.h. Referenced by EMAN::Processor::EMFourierFilterFunc(). |
|
Definition at line 41 of file emconstants.h. |
|
Definition at line 43 of file emconstants.h. |
|
Definition at line 38 of file emconstants.h. Referenced by EMAN::Util::sincBlackman::build_sBtable(), EMAN::Processor::EMFourierFilterFunc(), and Gaussian::Gaussian(). |