real.h File Reference

Define the type of floating point representation that is commonly used. More...

Go to the source code of this file.

Defines

#define REALType   DoubleType
 Flag that is used to conditionally compile codes that work with REAL data types based upon the underlying data type.


Typedefs

typedef double REAL
 Defines the datatype commonly used for floating point representations. More...


Detailed Description

Define the type of floating point representation that is commonly used.


Typedef Documentation

REAL
 

Defines the datatype commonly used for floating point representations.

In principle, this type could be set to double, float, etc. However, in practice, this has only been used with the type 'double', and there are known mathematical routines for which these types are not interchangable.