Gowdy solver
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
numMethods/dataTypes.h File Reference

Number datatypes Int and Real. More...

This graph shows which files directly or indirectly include this file:

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

Detailed Description

Number datatypes Int and Real.

Author:
Mikica Kocic

Definition in file dataTypes.h.