ESYS13
Revision_
|
#include <math.h>
Go to the source code of this file.
Defines | |
#define | IS_NAN(__VAL__) (0) |
#define | EPSILON DBL_EPSILON |
#define | LARGE_POSITIVE_FLOAT DBL_MAX |
#define | SMALL_NEGATIVE_FLOAT -DBL_MAX |
#define EPSILON DBL_EPSILON |
Referenced by Paso_FCT_Solver_initialize(), Paso_FunctionDerivative(), Paso_Solver(), and Paso_TransportProblem_solve().
#define IS_NAN | ( | __VAL__ | ) | (0) |
Referenced by Paso_Solver().
#define LARGE_POSITIVE_FLOAT DBL_MAX |
#define SMALL_NEGATIVE_FLOAT -DBL_MAX |