Real numbers

Types for storing real numbers.
32-bit real number
 float

 single
64-bit real number
double

 float

real

Example

Other pieces of example codes:
double y = 123456789;
float y = 123456789;

You can find it in the following collections: numbers | data types
Languages: en hu cz sk