5. Embedded SQL for Ada : Ada Variables and Data Types : Embedded SQL/Ada Declarations : Float Data Types
 
Share this page                  
Float Data Types
The preprocessor accepts four floating-point types. The types float and f_float are the 4-byte floating-point types. The types long_float and d_float are the 8-byte floating-point types. Long_float requires some extra definitions for default Ada pragmas to be able to interact with Ingres floating-point types. Note that the preprocessor does not accept the long_long_float and h_float data types.