#include <sundials/sundials_config.h>
#include <float.h>
Go to the source code of this file.
Defines | |
#define | RCONST(x) x |
#define | BIG_REAL DBL_MAX |
#define | SMALL_REAL DBL_MIN |
#define | UNIT_ROUNDOFF DBL_EPSILON |
#define | booleantype int |
#define | FALSE 0 |
#define | TRUE 1 |
Typedefs | |
typedef double | realtype |
#define BIG_REAL DBL_MAX |
#define booleantype int |
#define FALSE 0 |
#define RCONST | ( | x | ) | x |
#define SMALL_REAL DBL_MIN |
#define TRUE 1 |
#define UNIT_ROUNDOFF DBL_EPSILON |
typedef double realtype |