7. Embedded QUEL for Pascal : Pascal Variables and Data Types : Variable and Type Declarations : The Floating-point Data Types
 
Share this page                  
The Floating-point Data Types
There are three floating-point types that are accepted by the preprocessor. The types single and real are the 4-byte floating-point types. The type double is the 8-byte floating-point type. Note that, although the preprocessor accepts quadruple data type declarations, it does not accept references to variables of type quadruple. (For more information on record types, see Record Type Definition.)