![]() |
Gowdy solver
|
Number datatypes Int and Real. More...
Go to the source code of this file.
Defines | |
#define | strToReal strtod |
#define | Power(v, e) pow(v,e) |
#define | Sqrt(v) sqrt(v) |
#define | Erf(v) erf(v) |
#define | Tanh(v) tanh(v) |
Typedefs | |
typedef long | Int |
typedef double | Real |
Functions | |
static Real | abs (Real v) |
static void | fputReal (FILE *outf, Real value) |
static size_t | sscanf_Real (const char *line, Real *data, size_t count) |
Reads an array of real numbers from a string. | |
static Real | pow2 (Real v) |
static Real | pow3 (Real v) |
static Real | pow15 (Real v) |
Variables | |
const Real | TINY_Real = 1e-100 |
Number datatypes Int and Real.
Definition in file dataTypes.h.