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