C++ - Real numbers
Types for storing real numbers.C++
Other pieces of example codes:(float)y
double y = 123456789;
You can find it in the following collections: numbers | data types
Real numbers in another programming language:
(float)y
double y = 123456789;