#include "MathFunctions.h"
Go to the source code of this file.
Defines | |
#define | ITMAX 100 |
#define | EPS 3.0e-7 |
#define | FPMIN 1.0e-30 |
#define | EXP_A (1048576/M_LN2) |
#define | EXP_C 60801 |
#define EPS 3.0e-7 |
Definition at line 294 of file MathFunctions.cpp.
Referenced by MathFunctions::gamma_cf(), MathFunctions::gamma_series(), and Polynomial::zroots().
#define EXP_A (1048576/M_LN2) |
#define EXP_C 60801 |
#define FPMIN 1.0e-30 |
#define ITMAX 100 |
Definition at line 293 of file MathFunctions.cpp.
Referenced by MathFunctions::gamma_cf(), and MathFunctions::gamma_series().